Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 966 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 966 Bytes

Pomodoro App in Electron

Basic Pomodoro App in Electron with (optional) Slack integration.

App icon in OSX

Feature list:

  • Start/stop the timer
  • Rings a bell and displays a notification when your 25 minutes are over
  • Displays the time in the menu bar when timer is started
  • Supports breaks (5min and 10min)
  • Turns on the Do Not Disturb mode on Slack while timer runs
  • Sets custom Slack status with emoji while running

Currently only available on OS X, PR's are welcome!

Installation

Download latest release and install it like any other OSX application. 😋

Building from source

yarn install
yarn build

Credits