/vaccine-site-finder

Aggregate view of NY state vaccination sites and where availability is

Primary LanguageJavaScriptMIT LicenseMIT

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.

//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. Move off of GitHub actions since for data retrieval since the scheduler is unreliable
    • Add a field on the website showing when data was last refreshed and when it is expected to be refreshed again.

Inspiration and attribution 🙏