Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

`/`