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

https://github.com/alterx/ticktock


https://github.com/alterx/ticktock

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ticktock

#Pre requisites

* NodeJS version 0.12

#Running the project

Clone the repository, then run:

```
cd ticktock/
npm install
bower install
grunt serve
```
This will open up a browser window with livereload enabled. Have fun! :)

#Demo

http://alterx.github.io/ticktock/#/clock

#TODO

* Enable/disable/edit alarms
* Snooze button
* Persist themes
* Refreshing alarm list after creating new alarm (currently you need to manually reload the page)