https://github.com/boris/solid-funicular
FastAPI implementation to calculate some BTC amounts
https://github.com/boris/solid-funicular
Last synced: 7 months ago
JSON representation
FastAPI implementation to calculate some BTC amounts
- Host: GitHub
- URL: https://github.com/boris/solid-funicular
- Owner: boris
- Created: 2024-06-27T11:12:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T01:18:07.000Z (over 1 year ago)
- Last Synced: 2024-12-29T09:40:03.918Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# BTC calc goes API - Why?
Because I buy bitcoin on a weekly basis, hence I need to calculate the value for
each member regularly.
## How does it work
1. Update the `data.json` file with the proper values (use `example_data.json`
as example)
2. Run the `make check` command
## Build
This build process uses a python slim image, so the resulting image is as small
as possible (less than 200MB).
Build process is as simple as:
1. Update the `Makefile` with your desired docker repo
2. Run `make build`
## Current deployment
API currently available at
[btc-api.borisquiroz.dev](https://btc-api.borisquiroz.dev)