Skip to content

The data API server for outbreak.info

License

Notifications You must be signed in to change notification settings

andersen-lab/outbreak.api

 
 

Repository files navigation

outbreak.api

The data API server for outbreak.info

To install dependecies

(recommend to setup a fresh Python venv first)

pip install -r requirements.txt

To start the dev server

(require to have ES running at localhost:9200 by default)

python web/index.py --debug --conf=config_web

To override the default settings, create a config_web_local.py on the root folder and include extra settings.

About

The data API server for outbreak.info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.5%
  • Python 36.8%
  • CSS 11.6%
  • JavaScript 10.1%