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

Commit

Permalink
add Westchester site
Browse files Browse the repository at this point in the history
  • Loading branch information
mperreux committed Jan 15, 2021
1 parent 26d17f3 commit 7109594
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,17 @@ const nyGovSites = [{
state: "NY",
zip: "11793"
}
},
{
name: "NYS COVID Vaccine POD - Westchester County Center",
link: "https://apps3.health.ny.gov/doh2/applinks/cdmspr/2/counties?OpID=50502420",
address: {
name: "Westchester County Center",
street: "198 Central Avenue",
city: "White Plains",
state: "NY",
zip: "10607"
}
}];

(async () => {
Expand Down

0 comments on commit 7109594

Please sign in to comment.