Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.16 KB

Vaccine Hunter

Build type Build status Image pulls Image size

Live now at www.vaccine-hunter.com!

This simple node app makes use of the https://www.vaccinespotter.org/ API to constantly check for new COVID vaccine appointments.

You can filter and sort by your location and maximum distance. It refreshes every 5 minutes to alert you to new appointments as they become available.

How to run local development environment

yarn

yarn start

Automated build and release

This repository is linked to a Docker Hub repository: brbarnett/vaccine-hunter. Pushes to main trigger an automated Docker build, which in turn calls a webhook from an Azure app service (Web Apps for Containers) to trigger a new image pull.