Endpoint | Function | Example |
---|---|---|
/growth/india | Used to get current growth values for India | Same as endpoint |
/growth/(name of state) | Used to get growth values for that state | growth/tamil nadu |
/arima/india | Used to get the ARIMA predictions for india | same as endpoint |
/arima/(name of state) | Used to get the ARIMA predictions for that state | arima/kerala |
/rnaught/(name of state) | Used to get realtime R0 values for that state | rnaught/maharashtra |
$ pip3 install -r requirements.txt
$ python3 manage.py runserver