mowen / 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.

Home Page:http://pomodoro.stevenocchipinti.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 57.1%Language:CoffeeScript 19.7%Language:HTML 12.7%Language:CSS 10.4%