Closed siaw23-retired closed 4 years ago
The scraper broke because the columns changed again. The table removed recovered.
@EliteDaMyth just confirmed a fix for this is one the way - https://github.com/NovelCOVID/API/pull/141 👍
it is pushed to the repo. it is not yet on the main API yet. We are testing some stuff rn so it can take a while for now :)
@all-contributors please add @JamesShelley for review
@EliteDaMyth
I've put up a pull request to add @JamesShelley! :tada:
I'm wondering the validity of this information on the
/states
endpoint{"state":"Maryland","cases":288,"todayCases":0,"deaths":3,"todayDeaths":0,"recovered":281,"active":0}
The number of recovered people is 281, this is not correct I think because in the whole of the States only about 600 people have recovered.
In fact, all ACTIVE keys on
https://corona.lmao.ninja/states
are0
I think RECOVERED is swapped for ACTIVE.