https://github.com/alterx/ticktock
https://github.com/alterx/ticktock
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alterx/ticktock
- Owner: alterx
- License: mit
- Created: 2015-06-01T01:29:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T20:25:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T16:43:59.418Z (3 months ago)
- Language: JavaScript
- Size: 849 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)