Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anwarulislam/remind-me-mom
Remind Me Mom is a simple web app that allows you to send yourself a notification on your phone when you are out of the house and you need to remember something that your mom told you to do.
https://github.com/anwarulislam/remind-me-mom
Last synced: 24 days ago
JSON representation
Remind Me Mom is a simple web app that allows you to send yourself a notification on your phone when you are out of the house and you need to remember something that your mom told you to do.
- Host: GitHub
- URL: https://github.com/anwarulislam/remind-me-mom
- Owner: anwarulislam
- Created: 2023-02-06T18:43:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-02-06T21:25:07.000Z (over 1 year ago)
- Last Synced: 2024-04-23T13:48:12.760Z (7 months ago)
- Language: Vue
- Homepage: https://anwarulislam.github.io/remind-me-mom/
- Size: 286 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remind Me Mom
Remind Me Mom is a simple web app that allows you to send yourself a notification on your phone when you are out of the house and you need to remember something that your mom told you to do.
## How to use
1. Go to [remindmemom](anwaar.me/remind-me-mom)
2. Give permission to send notifications and track your location
3. Input distance in feet
4. Input interval time for notifications
5. Click "Track Me"
6. Leave the page open and go about your businessWhen you are out of the specified distance, you will receive a notification on your phone.
## How it works
Remind Me Mom uses the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API) to track your location. When you are out of the specified distance, it will send you a notification. It will also send you a notification every interval time.
## Why?
Let's think about the scenario where you are out of the house and your mom tells you to do something. You don't have a pen and paper with you, so you forget. Remind Me Mom solve this problem by allowing you to send yourself a notification on your phone when you are out of the house and you need to remember something that your mom told you to do.
## How to contribute
1. Fork the repo
2. Make your changes
3. Submit a pull request## License
[MIT](https://choosealicense.com/licenses/mit/)