/delhi-beds-scraper

Scraper to pull the status of COVID beds/ICU/ventilators in Delhi every twelve hours.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Delhi beds scraper

A node.js based scraper that pulls information from the Delhi Government COVID website every twelve hours, and stores in the data/beds folder in the repository.

Combined time series for all hospitals is at data/beds-by-hospital-timeseries.csv. Combined time series for the entire city total is at data/beds-total-timeseries.csv

Time format is Year-Month-Date-Hour-Minute.

Running the code

Run npm install and then npm run scrape to pull the latest data.