DupontC / pomodoro-electron

Basic pomodoro app in electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomodoro App in Electron

App icon in OSX tray displaying time

This is a very simple pomodoro app in electron. It doesn't have any fancy features, just does what it's supposed to!

This is all it does:

  • Start/stop the timer
  • Rings a bell and displays a notification when your 20 minutes are over
  • Displays the time in the menu bar on OS X when timer is started

Available on OS X, Linux, Windows.

Installation

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

Building from source

Mac OS

yarn
yarn release-mac

Windows

yarn --ignore-platform
yarn release-win

Linux

yarn --ignore-platform
yarn release-linux

Of course, we can use npm instead of Yarn.

Credits

About

Basic pomodoro app in electron

License:GNU General Public License v3.0


Languages

Language:JavaScript 89.8%Language:HTML 10.2%