Skip to content

amiel/pomodoriapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use the following hooks in the Pomodoro app:


Start:

    set MyName to do shell script "whoami"
    do shell script "curl -d 'username=" & MyName & "&description=$pomodoroName' http://localhost:4567/start"


End:

    set MyName to do shell script "whoami"
    do shell script "curl -d 'username=" & MyName & "' http://localhost:4567/end"


Break End:

    set MyName to do shell script "whoami"
    do shell script "curl -d 'username=" & MyName & "' http://localhost:4567/break_end"

About

A simple sinatra app prototying our pomodoro dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published