You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
"description": "Missouri's COVID portal is all images, impossible for screen readers to read or others to scrape. Well... to heck with that. Here's the data in numeric form. And with history, instead of only showing the current data!",
"main": "index.js",
"type": "module",
"scripts": {
"makeCharts": "node makeCharts.js",
"ocr": "node ocr.js",
"pages": "node pages.js",
"screenshot": "node screenshot.js",
"update": "npm run screenshot && npm run ocr && npm run pages && npm run makeCharts"