Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundstep/somajs-flippin-clock-app
Demo built with soma.js for a flippinawesome.org article
https://github.com/soundstep/somajs-flippin-clock-app
Last synced: 15 days ago
JSON representation
Demo built with soma.js for a flippinawesome.org article
- Host: GitHub
- URL: https://github.com/soundstep/somajs-flippin-clock-app
- Owner: soundstep
- Created: 2013-06-24T14:17:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-05T16:29:11.000Z (over 11 years ago)
- Last Synced: 2024-08-01T16:36:50.221Z (3 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
somajs-flippin-clock-app
========================Demo built with soma.js for a flippinawesome.org article
[http://soundstep.github.io/somajs-flippin-clock-app/](http://soundstep.github.io/somajs-flippin-clock-app/)
# bower
Components can be updated using [Bower.io](http://bower.io/)
$ bower install
# run tests
Tests are available from the browser:
[http://soundstep.github.io/somajs-flippin-clock-app/tests/](http://soundstep.github.io/somajs-flippin-clock-app/tests/)
And the command line:
$ npm install
$ npm install -g mochaThen run:
$ npm test
or:
$ mocha -u bdd --reporter spec --timeout 5000 tests/specs/*.js