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
- Host: GitHub
- URL: https://github.com/amiel/pomodoriapp
- Owner: amiel
- Created: 2011-09-27T18:46:52.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-27T21:07:29.000Z (about 14 years ago)
- Last Synced: 2024-10-03T12:33:08.247Z (over 1 year ago)
- Language: JavaScript
- Size: 107 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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"