ceye.js is a JavaScript tool for visualizing cron based on D3.
0.1.0
- Nodejs (npm install)
- D3 (github d3)
$ make test
$ make clean
$ make
Using ceye.js like below:
<script src="path_to/d3.js" charset="utf-8"></script>
<script src="path_to/ceye.js"></script>
details please refer to example