Skip to content

Simple API for managing timers, pomodoro or otherwise

Notifications You must be signed in to change notification settings

ThinkerDreamer/PomAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PomAPI

A simple Axum API server for timers

Features

  • /quote currently gives a single hard-coded motivational quote

  • /timer/{duration in minutes} creates a new timer and returns its:

    • unique ID
    • start time in UTC
    • end time in UTC
  • /status/{timer id} returns the remaining number of seconds, number of minutes rounded down, and number of hours rounded down. If the timer has already expired, these numbers are negative.

About

Simple API for managing timers, pomodoro or otherwise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages