Code Monkey home page Code Monkey logo

covid-ny-vaccine-tracker's Introduction

COVID-NY-vaccine-tracker

Track when the nearest covid vaccine facility is avaliable (NY ONLY)

Disclaimer

โš ๏ธ I make no guarantees as to whether this software will work or whether it is allowed (probably not). The state website is subject to change it's structure at any moment without prior notice, so this tool can break at any moment. Use at your own risk. This project will not be maintained and will only receive critical security updates.

About

This project was created when I needed to get my mother vaccinated, but found myself not able to find a nearby vaccine facility. Not wanting to have to check manually on the states slow and bulky website, I created this, made a private docker image, and had it running in the background on an interval for days on end until I received results.

Usage

Envs

These are the required environment variables:

src/index.ts

    ["SMS_ID", "Please provide a Twilio SMS ID"], 
    ["SMS_TOKEN", "Please provide a Twilio SMS Token"], 
    ["NOTIFY_NUMBER", "Please provide a phone number to send notifications to"],
    ["MILE_THRESHOLD", "Please provide a mile threshold"],
    ["ADDRESS", "Please provide your address to compare the distance against."],
    ["FROM_NUMBER", "Please provide a Twilio phone number to send the text from."]

please provide in the format of KEY=VALUE in a .env file. Example: SMS_ID=2309840890

Setup

  • Install Node (LTS preferred.)
  • Clone this repo with git clone https://github.com/zaida04/covid-ny-vaccine-tracker
  • cd into it cd covid-ny-vaccine-tracker
  • npm install
  • Supply env variables from required envs
  • npm run build
  • npm run start

Built with

LICENSING

covid-ny-vaccine-tracker ยฉ zaida04, Released under the MIT License.

covid-ny-vaccine-tracker's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.