An open API service indexing awesome lists of open source software.

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

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).