Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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