Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 525 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 525 Bytes

Satsconverter

A Basic Bitcoin to Fiat converter with price feeds from Coindesk.

FastAPI + Vercel

This app runs on FastAPI on Vercel

To install

python3 -m venv venv 
source venv/bin/activate
pip install -r requirements.txt

To run this app locally

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.

Attribution

original source code from https://github.com/bitkarrot/satsconverter