Skip to content

india-covid/covid-knight

Repository files navigation

Covid Knight

Sends notifications about covid-19 vaccine availability.

This is a client implementation of covid knight written in Angular

This site/app will help you get real-time information about the availability & unavailability of the vaccine slots based on centers/hospitals through WhatsApp notifications.

Features

  • This site will send real-time notifications.

  • Information obtained from Cowin Public Api

Tips

Subscribe to get the latest news about the availability & unavailability of the vaccine slots.

Language & Technology Used

  • HTML
  • Sass
  • TypeScript
  • Angular

Site URL

https://vaccine.india-covid.info/

Development Server

Run npm i and then ng serve for a dev server.Next browse to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Screenshots

site

input

availability

Running Tests

To run tests, run the following command

   ng test

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

Running Tests

To run tests, run the following command

  npm run test