https://github.com/ijjk/countdowns
A simple electron based countdowns app
https://github.com/ijjk/countdowns
countdown electron
Last synced: about 2 months ago
JSON representation
A simple electron based countdowns app
- Host: GitHub
- URL: https://github.com/ijjk/countdowns
- Owner: ijjk
- License: mit
- Created: 2018-06-11T13:07:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T18:54:45.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T13:42:20.946Z (over 1 year ago)
- Topics: countdown, electron
- Language: JavaScript
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Countdowns
> An electron based countdowns app
Current features:
- live reloading countdowns while creating/editing
- hot reloading of editing countdowns
- autostart on login
## Installing
Getting up and running is as easy as 1, 2, 3
1. Clone repo
```
git clone https://github.com/ijjk/countdowns
```
2. Install dependencies
```
cd path/to/countdowns; npm i
```
3. Start it
```
npm start
```
## License
Copyright (c) 2017
Licensed under the [MIT license](LICENSE).