Skip to content

refundvalidator/UnificationScriptAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages