Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 391 Bytes

A flask for serving dicetables

it's an app that fetches statistics for dice.

from parent directory

$ pip install -r requirements.txt
$ export FLASK_APP=flaskapp/myapp.py
$ flask run

open your web-browser to localhost:5000

there are several kinds of accepted die objects and you can see the API at http://dice-tables.readthedocs.io/en/latest/the_dice.html