A web application that finds top 100 cryptocurrencies and displays them.
Navigate to the root of the project and run:
npm install
API key:
- Get your api key here: https://coinmarketcap.com/api/
- Go to the /server/config folder, rename config.example.json to config.json.
- Copy your api key to the API_KEY property inside config.json
Let's start the app.
npm start
That will start the express server on localhost:3000 and client app on localhost:4200.
Built with Angular 7, using Angular CLI.
- displays top 100 cryptocurrencies
- displays details of a cryptocurrency
- dynamically displays some parameters in the correct currency