Skip to content

Instantly share code, notes, and snippets.

@adrianhajdin
Created August 10, 2020 11:16
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianhajdin/9a76eed3a8b3da81c0723bda6df32297 to your computer and use it in GitHub Desktop.
Save adrianhajdin/9a76eed3a8b3da81c0723bda6df32297 to your computer and use it in GitHub Desktop.
const axios = require('axios');
// https://fixer.io/
const FIXER_API_KEY = '';
const FIXER_API = `http://data.fixer.io/api/latest?access_key=${FIXER_API_KEY}`;
// https://restcountries.eu
const REST_COUNTRIES_API = `https://restcountries.eu/rest/v2/currency`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment