Skip to content

remind yourself anything via an api with this python flask app

Notifications You must be signed in to change notification settings

oquidave/reminderme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remindme is a simply flask app that you can use to remind yourself of anything via an API.

HTTP Verb URL Endpoint Action
POST /users register user with params username, password, email. you will receive an API Key you use to create and delete your reminders.
POST /reminders add reminder
GET /reminders get reminders
GET /reminders/ get reminder with ID
PUT /reminders/ update reminder with ID
DELETE /reminders/ delete reminder with ID

About

remind yourself anything via an api with this python flask app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published