An open API service indexing awesome lists of open source software.

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

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`.