This project is a Flask-based web application that fetches real-time cryptocurrency prices (e.g., BTC, LTC, ETH) in USD and INR using the CoinMarketCap API and displays them on a simple webpage that refreshes every few seconds.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Integrated CoinMarketCap API for real-time data.
Wrote Python code using requests to fetch USD & INR prices.
Converted terminal script into a Flask web app.
Designed a basic but clean UI using HTML and CSS.
Added auto-refresh every 15 seconds to keep prices updated.
Tested the local server (http://127.0.0.1:5000/) — working smoothly!
Fixed a 404 error by correcting the templates/index.html path.