Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 377 Bytes

All my scripts contained within a flask API to serve the data.

Use with an API enabled node, preferably locally

run by using:

cd UnificationScriptAPI

pip install -r requirements.txt

For running development/standalone:

python -m uniapi

Better yet, run with Gunicorn(installed with requirements.txt)

gunicorn -b 0.0.0.0:9169 uniapi.__main__:app