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

https://github.com/amiel/pomodoriapp

A simple sinatra app prototying our pomodoro dashboard
https://github.com/amiel/pomodoriapp

Last synced: about 1 year ago
JSON representation

A simple sinatra app prototying our pomodoro dashboard

Awesome Lists containing this project

README

          

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"