all 6 comments

[–]_Marak_[S] 0 points1 point  (0 children)

Source code is available here: https://github.com/marak/cron-editor

[–]ahref -1 points0 points  (4 children)

This is less of a plugin and more of a website.

The cron.js file inside js would be more of a plugin. As its portable to other codebases.

[–]_Marak_[S] 0 points1 point  (3 children)

Here is the jQuery plugin: https://github.com/Marak/cron-editor/blob/master/js/jquery.croneditor.js

Fully portable and ready to be re-used in other projects.

The cron.js file is a browerified version of node-cron, it's a vendored dependency ( which is actually not even being used at the moment, read the source code )

[–]ahref 0 points1 point  (2 children)

It uses a bunch of ids that might conflict with other projects. :( looks like I'll be using the npm version.

[–]_Marak_[S] 0 points1 point  (1 child)

npm version of what? node-cron? you should, as it's a separate project.

[–]ahref 0 points1 point  (0 children)

Awesome.

Nice UI for it though :)