Hacker News new | ask | show | jobs
by RyanShook 2307 days ago
Nice visualizations. Does Worldometer have an API? What did you use to make the graphs?
1 comments

Thanks sir, I used react-chartjs (https://github.com/reactjs/react-chartjs). I am scraping/parsing the website every 30 min for now and then storing the result in a NoSQL db and exposing the result as an API for my frontend. Maybe letting others use my API would be helpful (well, you could use it without my consent without much trouble I guess hehe).