Skip to main content
  1. Projects/

fumble_api

·68 words·1 min
Jake Roggenbuck
Author
Jake Roggenbuck
I am currently studying Computer Science

fumble_api #

A simple web API to return critical charts for the game dnd 5e

Running #

python3 main.py

Data manipulation (setup) #

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."
<table name>/<number 1-20>