Skip to content

brenobattaglin/crypto-converter

Repository files navigation

crypto-converter

A cryptocurrency price tracker app that uses CoinAPI.

app image

Getting Started

  1. Get your API key on CoinAPI;
  2. Run make setup (or the commands manually on the Makefile) to setup the project;
  3. Put your API key in env.json (file is created after running make setup);
  4. Run the app via VS Code or make run.

Notes

  • 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.