Web application for tracking top 10 Crypto Coin on Coinmarketcap API
Coinmarketcap API Website Click on the FREE version and register for an API key
Go to api.py file - add you API key in to the 'X-CMC_PRO_API_KEY' part for both functions in the file
Install the required Python Libraries
pip install flask
pip install requests