ahmadawais / corona-cli

🦠 Track the Coronavirus disease (COVID-19) in the command line. Worldwide for all countries, for one country, and the US States. Fast response time (< 100ms). To chat: https://twitter.com/MrAhmadAwais/
https://NodeCLI.com
MIT License
1.85k stars 191 forks source link

Include states data for india from APIs of covid19india.org #86

Open kousiksatish opened 4 years ago

kousiksatish commented 4 years ago

For India, the APIs used in covid19india.org is quite accurate. The data is crowdsourced in telegram groups based on various state bulletins. We could use these APIs https://api.covid19india.org/data.json and provide better data for India.

kousiksatish commented 4 years ago

I would like to work on this, if accepted. Please assign it to me.

sidtr0 commented 4 years ago

The same API has another JSON file for getting data from each and every district as well, along with the states. https://api.covid19india.org/state_district_wise.json I am interested in this and I would like to see what happens. I would like to help with this too.

kousiksatish commented 4 years ago

@Drac5079 I have developed a simple CLI for India alone on similar lines to this project. https://github.com/kousiksatish/covidindia-cli Do check it out. Welcome to contribute :)

sidtr0 commented 4 years ago

@kousiksatish great, I’ll be willing to contribute :D

kousiksatish commented 4 years ago

@Drac5079 Please raise free issues and give PRs. There are lot of things that can be done.