Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 466 Bytes

File metadata and controls

22 lines (16 loc) · 466 Bytes

Crypto Web

This is a simple Flask web application that displays scheduled cryptocurrency prices.

Setup

  1. Install dependencies:

    pip install -r requirements.txt
  2. Set your CoinMarketCap API key in the environment:

    export COINMARKETCAP_API_KEY=your_key_here
  3. Run the application:

    python app.py

Open http://localhost:5000 in your browser to view the page. Prices update every five minutes.