sagarkarira / coronavirus-tracker-cli

Track conronavirus cases from command line. curl https://corona-stats.online/
https://corona-stats.online/
944 stars 81 forks source link

data massively wrong #118

Closed eastein closed 3 years ago

eastein commented 3 years ago

New cases in the USA is 1,694 and in the world, 59,791 according to https://corona-stats.online/US right now. This is so wrong its not even funny. Fix your code or take down the website.

sagarkarira commented 3 years ago

@eastein The data is scraped from https://www.worldometers.info/coronavirus/#countries. It will exactly match it. New cases are correct as shown in worldometer as well as this site.

This is so wrong its not even funny. Fix your code or take down the website.

You can be a little more constructive with the feedback and comment. The mention of this statement absolutely unnecessary. It's a free service that can be used by anybody. The code is open source so anyone can fork and make improvements.

eastein commented 3 years ago

I suppose I could be nicer, sorry for saying its not funny, but waiting for patches with the site up passing out wrong data is not good either.

eastein commented 3 years ago

data is still wrong. When I reload https://corona-stats.online/US repeatedly it bounces back and forth between 68,680 and 58,102. I don't know what the right numbers are today but it should at least be consistent.