Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.27 KB

Alarm API

Implementation of the W3C Task Scheduler API

Warning

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.

Getting Started

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.

  1. Point your local web server to the root directory for the repo.
  2. Navigate to /demo/index.html
  3. Open up the JS debug console, your should now have access to window.alarms.

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

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.

Release History

(Nothing yet)

License

Copyright (c) 2013 Marcos Caceres
Licensed under the MIT license.