Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakeroggenbuck/fumble_api
A simple web API to return critical charts for the game dnd 5e
https://github.com/jakeroggenbuck/fumble_api
Last synced: 5 days ago
JSON representation
A simple web API to return critical charts for the game dnd 5e
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/fumble_api
- Owner: JakeRoggenbuck
- Created: 2020-09-26T08:53:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-17T06:01:06.000Z (9 months ago)
- Last Synced: 2024-02-17T07:21:04.050Z (9 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fumble_api
A simple web API to return critical charts for the game dnd 5e## Running
`python3 main.py`## Data manipulation (setup)
```py
import data# Clear all the data in the db
data.clear_data()# Upload the new data in the list (fumble_data)
data.upload_data(data.fumble_data)
```## Routes
Find table names at /
`/` -> shooting, melee
`/shooting/12` -> "Ooops!" + "You hit an unintended random target."
`/`