Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianmalek/sandclock.js
Just a simple svg sandclock, made with d3.js.
https://github.com/christianmalek/sandclock.js
Last synced: about 5 hours ago
JSON representation
Just a simple svg sandclock, made with d3.js.
- Host: GitHub
- URL: https://github.com/christianmalek/sandclock.js
- Owner: christianmalek
- License: mit
- Created: 2014-11-26T15:04:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T08:11:18.000Z (almost 10 years ago)
- Last Synced: 2023-08-12T06:37:00.057Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sandclock.js
============Just a simple svg sandclock, made with d3.js.
## demo
Take a look at this plunker to see the sandclock: [sandclock][sandclock]Here is another demo: [sandclock series][sandclockCounter]
[sandclock]: http://plnkr.co/edit/fFIqrTSQbh3JVetX7I8F?p=preview
[sandclockCounter]: http://plnkr.co/edit/Pxr4E1WrCBbwZB7lI7B8?p=preview## 30s look
```html
sandclock(".sandclock")
.width(150)
.height(280)
.progress(0.5)
.render();
```
[ntw]: https://github.com/Phisherman/numbertoword/blob/master/de/numbertoword.js
## License
MIT License