A cryptocurrency price tracker app that uses CoinAPI.
- Get your API key on CoinAPI;
- Run
make setup
(or the commands manually on the Makefile) to setup the project; - Put your API key in
env.json
(file is created after runningmake setup
); - Run the app via VS Code or
make run
.
- The API key has to be stored in
env.json
. The app does not work without it. - Stop and run the app again if you change the API key.