Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

marcoscaceres/AlarmAPI

Repository files navigation

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.

About

Prototype reference implementation of W3C Alarm API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published