Home

Awesome

conrad.js

conrad is a tiny JavaScript scheduler, developped by Alexis Jacomy at the médialab. It is released under the MIT License.

The full API documentation is available here.

Build

To use it, clone the repository:

git clone git@github.com:jacomyal/conrad.js.git

The latest minified version is available here:

https://raw.github.com/jacomyal/conrad.js/master/build/conrad.min.js

You can also minify your own version with Grunt:

Contribute

Contributions are welcome! You can contribute by submitting issues and proposing pull requests. Be sure to successfully run grunt before submitting any pull request, to check unit tests and sources lint.

The whole source code is validated by the Google Closure Linter, and the comments are written in JSDoc (tags description is available here).