Implementation of the W3C Task Scheduler API
This is an unsupported component with an indefinite lifetime. This should be used for evaluation purposes only and should not be used for production level applications.
check out the project as per normal. Run the following command:
git submodule init
git submodule update
(if you get anything strange, try running git submodule update
again).
(if it still does not help check your .gitconfig file and try to change remote link
to use https and URL standard for repo url).
This will fetch some dependencies from GitHub.
- Point your local web server to the root directory for the repo.
- Navigate to /demo/index.html
- Open up the JS debug console, your should now have access to
window.alarms
.
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
(Nothing yet)
Copyright (c) 2013 Marcos Caceres
Licensed under the MIT license.