Skip to content

This will scape the data from the government site and provide the consumable json data about the state-wise corona cases

License

Notifications You must be signed in to change notification settings

su-gu/covid-data-api

Repository files navigation

Corona data statewise - India

This will scrape the data from the government site and provide the consumable json data about the state-wise corona cases

This project uses Django and graphql for API.

To consume this API, send a GET request at: https://statewisecovidindia.herokuapp.com/graphql/?query={stateWiseData}

GraphQL playground is available

To run this project locally:

  • Install pipenv pip install pipenv

  • In the root of this project, start the virtualenv pipenv shell

  • Install all the required packages pipenv install All the packages are installed. Time to run the Django server.

  • In the root directory(where manage.py recides) run, python manage.py runserver

  • After the server is running, you can go-to localhost/graphql to open the graphql playground.

About

This will scape the data from the government site and provide the consumable json data about the state-wise corona cases

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages