https://github.com/yashkarthik/breathe-scratch
A pollution level alert server. (wip)
https://github.com/yashkarthik/breathe-scratch
alert graphql pollution typescript
Last synced: 27 days ago
JSON representation
A pollution level alert server. (wip)
- Host: GitHub
- URL: https://github.com/yashkarthik/breathe-scratch
- Owner: YashKarthik
- Created: 2022-08-18T14:39:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T14:08:59.000Z (almost 4 years ago)
- Last Synced: 2025-05-24T19:43:53.745Z (about 1 year ago)
- Topics: alert, graphql, pollution, typescript
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breathe
An alert system to warn you when the pollution level in your city (or region) reaches dangerous levels. Currently work in progress.
## General Idea
- You get email, SMS, WhatsApp (other apps maybe) notifications for pollution levels in the city you choose.
- Why? I just moved to a polluted city and I think I'll actually use this.
## Tasks
- [x] Setup endpoint to fetch data from api.
- [x] Add signup functionality.
- [x] Add delete user functionality
- [ ] Map coordinates to cities / regions.
- [ ] Query API for pollution data every one hour, for every user.
- Need to figure out how to access, datasources, prisma, outside resolvers.
- [ ] Notify user of levels.
- [ ] SMS
- [ ] Email (mailtrap / sendgrid)
- [ ] Whatsapp (try whatsapp's api)