/skolo-crypto-tracker

Web application for tracking top 10 Crypto Coin on Coinmarketcap API

Primary LanguageHTMLMIT LicenseMIT

skolo-crypto-tracker

Web application for tracking top 10 Crypto Coin on Coinmarketcap API

Step 1 - Get your API Key from Coinmarketcap

Coinmarketcap API Website Click on the FREE version and register for an API key

Step 2

Go to api.py file - add you API key in to the 'X-CMC_PRO_API_KEY' part for both functions in the file

Step 3

Install the required Python Libraries

pip install flask

pip install requests