https://github.com/cunningdj/somos-vaccine-checker
SOMOS Vaccine Checker. Checks the SOMOS vaccination availability endpoint.
https://github.com/cunningdj/somos-vaccine-checker
covid moderna pfizer scraper somos vaccine
Last synced: 7 days ago
JSON representation
SOMOS Vaccine Checker. Checks the SOMOS vaccination availability endpoint.
- Host: GitHub
- URL: https://github.com/cunningdj/somos-vaccine-checker
- Owner: CunningDJ
- Created: 2021-04-03T23:10:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T23:15:30.000Z (about 4 years ago)
- Last Synced: 2025-02-17T15:11:43.131Z (3 months ago)
- Topics: covid, moderna, pfizer, scraper, somos, vaccine
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID Vaccine Availability Checker
This checks the SOMOS Vaccine Availability Endpoint to check for vaccine
availability!**NOTE**: This is currently set up for emailing a gmail address. You'll need
to tweak the `smtpHost` value in `config.json` to have it send to another email provider.## Instructions
1. Add `auth.json` with this content:
```json
{
"email": "[gmail key - set up in Gmail]"
}
```
2. Edit `config.json` with:
* Your gmail address in the `senderEmail` value.
* Your desired search zip in the `searchZip` value
* A unique portion of the place name in the 'searchPlaceName` value. E.g.
'Brandeis' was used here to find the place name Brandeis High School.
3. Run the checker with `npm start`. It'll check the endpoint periodically,
and if there availability, it will log that on the console, and email you
(if I get around to implementing that part).