Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

99littlebugs/vaccine-site-finder

Repository files navigation

📢 We've joined forces with NYC Vaccine List!

Sign up to volunteer!

NY State COVID-19 Vaccination 💉 Site Tracker Scrape latest data Netlify Status

NY State vaccination appointments seem to be spread across multiple websites, making it challenging to see where appointments are available.

This repository aims to solve that problem by aggregating the views of the many different sites to a single dashboard.

Currently focused towards Nassau, Queens, Manhattan. Open to PRs to allow further expansion.

How to:

Setup:

npm install

Run scraper:

npm run scraper

Build website:

npm run build

//TODO:

Pull requests are welcome!

  1. Add all the NY state individual sites
    • Will require searching or county filtering
  2. Maybe parse the addresses/location information dynamically
    • now the added benefit is that site doesn't need to be up for us to show the info
  3. Add more private sign up websites (along with parsers to go with them)
  4. Add a field on the website showing when data was last refreshed and when it is expected to be refreshed again?

Inspiration and attribution 🙏