Skip to content

This application reminds you to drink water in every 4 hours via email notification.

Notifications You must be signed in to change notification settings

arpit9667/drink-water

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Water_drink

This application will send you a remainder to drink water in every 4 hours.

All the http requests must be sent to the https://water-remainder.herokuapp.com/

Working

You need to create an account by sending a POST request at '/signup' route with body containing the following fields:

    - email
    - password
    - name

You will be automatically subscribed to the mailing list on creating the account. If you want to unsubscribe, you need to sent a POST request at '/unsubscribe' route with the following fields:

    - email
    - password

Again, If you want to subscribe, you need to sent a POST request at '/subscribe' route with the fields mentioned above.

Author

About

This application reminds you to drink water in every 4 hours via email notification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published