Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rish-0-0/covid-vaccination-alerts
Trying to get alerts on the availability of covid vaccination centres in India
https://github.com/rish-0-0/covid-vaccination-alerts
Last synced: about 15 hours ago
JSON representation
Trying to get alerts on the availability of covid vaccination centres in India
- Host: GitHub
- URL: https://github.com/rish-0-0/covid-vaccination-alerts
- Owner: rish-0-0
- Created: 2021-05-01T14:26:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T13:23:08.000Z (over 3 years ago)
- Last Synced: 2023-03-07T13:12:44.361Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cowin-vaccination-alerts.rishabh-anand.com/
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Covid Vaccination Centres Availability Alerts
To generate alerts using the APIs available publicly for CoWIN and ArogyaSetu.
We would either be using firebase cloud messaging (FCM) for notifications and / or OneSignal.
## Dev SetupIt's a pretty complicated setup.
### Prerequisites:
- Docker & Docker-Compose to be installed
- NodeJS, `npm` and `yarn`### For development:
- In the `rest-api` directory, run `npm i`
- In the `scheduler` directory, run `npm i`
- In the `vaccine-alerts-ui` directory run `yarn`## Production Setup:
### Prerequisites:
- Docker & Docker-Compose- `docker-compose up --build -d`