$ git clone git@github.com:DaKeiser/chaos.git
To run this project, follow these steps:
$ cd chaos
$ pipenv install
- Copy and Paste the
config.json.example
file and rename it asconfig.json
- You then need to create an account on mapbox and paste your public access token in the field
mapbox-token
To run the model to generate the CSVs, run:
$ pipenv run python3 model.py
Running it once a day will suffice.
To run the application, run:
$ pipenv run python3 app.py
To run using docker:
$ docker-compose build
$ docker-compose up
The app is still in development phase. Currently, the user can find the number of future cases in a particular state or a district.