- JS
- HTML
- CSS
- anime.js
This Application is designed to call a currency API and calculate currency exchange based on the updated api info.
-
clone currency-exchange to desired directory or download .zip file
-
navigate to the directory in terminal or other command line interface
$ cd currency-exchange
-
while in the root directory install nodes with:
$ npm install
-
aquire API key from https://www.exchangerate-api.com/
-
create a .env file and save your api key as
API_KEY={YOUR-API-KEY-HERE}
-
be sure to remove the brackets around your api key. this will not function properly without one or without proper saving.
-
once bundle.js and the node_module are installed run this command
$ npm run start
-
if the animations are not running double check that anime.js is version 3.2.1
- No known issues
MIT whatever