stevenocchipinti / pomodoro

A pomodoro timer that can be used for encouraging collaboration between peers or personal time management.This app uses HTML5 Server Sent Events (SSE) to synchronise pomodoros across all connected clients.
http://pomodoro.stevenocchipinti.com
15 stars 4 forks source link

POMODORO TIMER

Build Status Code Climate

A simple pomodoro timer where the server keeps track of sessions and uses HTML5 server sent events to notify all connected clients of the status. The notifications use Webkit's notifications (with fallback to alert) and HTML5 audio playback.

Getting started

  1. Clone the repository
  2. bundle install
  3. bundle exec rackup