neelpy / cowin

CoWIN Vaccine Booking
https://neelpy.github.io/cowin
MIT License
34 stars 24 forks source link

Multiple district support #2

Open muditgrover opened 3 years ago

muditgrover commented 3 years ago

Hey,

Thanks for doing this, appreciate the work.

Can you add a feature where we can see data from all districts in the state? for example Delhi.

Also, with specific dates can you also add date range? 5 days from now kinda thing?

It'd be really helpful

neelpy commented 3 years ago

The API is already giving us the slots for next 7 days, and I am showing only the ones that are available.

The district thing is a special case for Delhi. I will see if I can find time to implement this.

Meanwhile, you can try implementing the feature, and create a pull request with a rough version. I can finalize and merge it in the code.