frikishaan / corona-notification

An app that sends notification (SMS) every day about number of cases using Twilio API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Corona SMS Notification

An app that sends SMS notification every day about number of cases of coronavirus using Twilio API. It also sends SMS reminder to wash hands in every 2 hours between 8-23.

Installation

  • Clone the repository

    git clone https://github.com/sheikh005/corona-notification.git

  • Install dependencies

    npm install

  • Create .env file from .env.example and replace the credentials with yours.

    cp .env.example .env

  • Run the app

    node index

Made with ❤ by Ishaan Sheikh 🤓

About

An app that sends notification (SMS) every day about number of cases using Twilio API.


Languages

Language:JavaScript 100.0%