https://github.com/bitkarrot/satsconverter
A Basic Bitcoin to Fiat converter - not currently maintained
https://github.com/bitkarrot/satsconverter
bitcoin fastapi hacktoberfest javascript python satoshis
Last synced: about 1 year ago
JSON representation
A Basic Bitcoin to Fiat converter - not currently maintained
- Host: GitHub
- URL: https://github.com/bitkarrot/satsconverter
- Owner: bitkarrot
- Created: 2023-03-30T00:29:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T21:13:46.000Z (about 2 years ago)
- Last Synced: 2024-05-06T22:27:33.866Z (about 2 years ago)
- Topics: bitcoin, fastapi, hacktoberfest, javascript, python, satoshis
- Language: Python
- Homepage: https://rates.bitcoin.org.hk/
- Size: 157 KB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satsconverter
A Basic Bitcoin to Fiat converter with price feeds from Coindesk.
# FastAPI + Vercel
This app runs on FastAPI on Vercel
## To install
```sh
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## To run this app locally
```sh
uvicorn src.app:app --reload
```
Your application is now available at `http://localhost:8000`.