Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 business

When 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/)