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

https://github.com/bestguy/ractive-word-qlock

Web-based word clock
https://github.com/bestguy/ractive-word-qlock

Last synced: 10 months ago
JSON representation

Web-based word clock

Awesome Lists containing this project

README

          

![Sample](./sample.jpg)

# Web-based word qlock using:

* [Ractive](http://www.ractivejs.org/)
* [ES6 (via BabelJS)](http://babeljs.io/)
* [Webpack](http://webpack.github.io)
* [Animate.css](https://daneden.github.io/animate.css/)

----

## Install & Run:

### Development:

npm install
node app.js
open http://localhost:3000

### Production:

npm install
webpack -p
Host index.html and bundle.js wherever you want.