https://github.com/yashkarthik/breathe
A pollution level alert app
https://github.com/yashkarthik/breathe
notification pollution
Last synced: 11 months ago
JSON representation
A pollution level alert app
- Host: GitHub
- URL: https://github.com/yashkarthik/breathe
- Owner: YashKarthik
- Created: 2022-10-23T10:28:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T13:21:18.000Z (over 3 years ago)
- Last Synced: 2025-05-24T19:43:53.266Z (about 1 year ago)
- Topics: notification, pollution
- Language: TypeScript
- Homepage: https://breathe-in.vercel.app/
- Size: 386 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)