A Basic Bitcoin to Fiat converter with price feeds from Coindesk.
This app runs on FastAPI on Vercel
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn src.app:app --reload
Works up to python version 3.9.15 for current requirements.txt
Your application is now available at http://localhost:8000
.
original source code from https://github.com/bitkarrot/satsconverter