PotentialWeb / CoronaTab

Free & Open source platform for COVID19 data. Dashboard - REST API - Browser Extension - Localised 🦠 😷
MIT License
35 stars 20 forks source link

Results returning for future dates #29

Closed paparush closed 4 years ago

paparush commented 4 years ago

Executing this query on 4/23/2020: https://api.coronatab.app/places/united-states-of-america-north-carolina-buncombe-county/data?compact=true

Returns dates through 5/5/2020

nodeful commented 4 years ago

If you look closer it's the projected dates in the the meta object

paparush commented 4 years ago

Thank you for the reply.

I guess I was confused because the wiki mentions neither meta object or projected dates.

On Fri, Apr 24, 2020 at 3:59 AM Roman Kisil notifications@github.com wrote:

If you look closer it's the projected dates in the the meta object

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PotentialWeb/CoronaTab/issues/29#issuecomment-618865129, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5SLGVWN3NDCRKKXCKPROLROFBG7ANCNFSM4MPWHJEQ .

nodeful commented 4 years ago

Yeah I haven't documented that. To be honest this project hasn't gained much traction so we can't afford to maintain it much longer. But feel free to fork the code and use it as you wish, all the scraping logic is there and uses https://github.com/covidatlas/coronadatascraper internally.