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

Commit

Permalink
White plains
Browse files Browse the repository at this point in the history
  • Loading branch information
99littlebugs committed Jan 20, 2021
1 parent 0cf6f01 commit e390403
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,28 @@ const nyGovSites = [
state: "NY",
zip: "11901"
}
},
{
name: "01/23 FIRST DOSE Covid-19 Vaccine Westchester County Clinic",
link: "https://apps3.health.ny.gov/doh2/applinks/cdmspr/2/counties?DateID=10025",
address: {
name: "White Plains DO",
address: "134 Court Street",
city: "White Plains",
state: "NY",
zip: "10601"
}
},
{
name: "01/22 FIRST DOSE Covid-19 Vaccine Westchester County Clinic",
link: "https://apps3.health.ny.gov/doh2/applinks/cdmspr/2/counties?DateID=10021",
address: {
name: "White Plains DO",
address: "134 Court Street",
city: "White Plains",
state: "NY",
zip: "10601"
}
}
];

Expand Down

0 comments on commit e390403

Please sign in to comment.