https://github.com/yishn/forgottentime
A simple timer app for everybody.
https://github.com/yishn/forgottentime
electron timer
Last synced: about 1 year ago
JSON representation
A simple timer app for everybody.
- Host: GitHub
- URL: https://github.com/yishn/forgottentime
- Owner: yishn
- License: mit
- Created: 2017-02-13T14:27:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T18:43:04.000Z (over 6 years ago)
- Last Synced: 2025-04-08T19:22:34.181Z (about 1 year ago)
- Topics: electron, timer
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ForgottenTime
A simple timer app for everybody. [Download the latest release here.](https://github.com/yishn/ForgottenTime/releases/latest)

This project is inspired by the wonderful [Minutes widget](http://minutes.en.softonic.com/mac) from Nitram-nunca.
## Building
Building ForgottenTime requires [Node.js](https://nodejs.org/en/download/) and npm. First, clone this repository:
~~~
$ git clone https://github.com/yishn/ForgottenTime
$ cd ForgottenTime
~~~
Install the dependencies using npm:
~~~
$ npm install
~~~
You can build using:
~~~
$ npm run build
~~~
To create installers, use:
* `npm run dist:win` for Windows
* `npm run dist:linux` for Linux
The binaries will be created in `ForgottenTime/dist/`.