This is a simple Flask web application that displays scheduled cryptocurrency prices.
-
Install dependencies:
pip install -r requirements.txt
-
Set your CoinMarketCap API key in the environment:
export COINMARKETCAP_API_KEY=your_key_here -
Run the application:
python app.py
Open http://localhost:5000 in your browser to view the page. Prices update every five minutes.