Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/time-controller
:watch: Control timers in JavaScript
https://github.com/s-a/time-controller
Last synced: about 5 hours ago
JSON representation
:watch: Control timers in JavaScript
- Host: GitHub
- URL: https://github.com/s-a/time-controller
- Owner: s-a
- License: mit
- Created: 2016-10-13T08:33:33.000Z (about 8 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-10-20T07:32:32.000Z (about 8 years ago)
- Last Synced: 2024-04-14T22:49:10.938Z (7 months ago)
- Language: HTML
- Homepage: https://s-a.github.io/time-controller
- Size: 27.3 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# time-controller [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Control timers in JavaScript in Node and in browser## Installation
```sh
$ npm install --save time-controller
```## Usage
Currently no docs available :o( - Please see [unit tests](test/index.js) of this repo or [https://s-a.github.io/time-controller](https://s-a.github.io/time-controller) to inspect the things in your browser.
## Credits
Inspired from [Timing Controls](https://zhirzh.github.io/2016/10/11/timing-controls/), by [Shirsh Zibbu](https://github.com/zhirzh/).## License
MIT © [s-a](https://github.com/s-a)
[npm-image]: https://badge.fury.io/js/time-controller.svg
[npm-url]: https://npmjs.org/package/time-controller
[travis-image]: https://api.travis-ci.org/s-a/time-controller.svg
[travis-url]: https://travis-ci.org/s-a/time-controller
[daviddm-image]: https://david-dm.org/s-a/time-controller.svg
[daviddm-url]: https://david-dm.org/s-a/time-controller
[coveralls-image]: https://coveralls.io/repos/s-a/time-controller/badge.svg
[coveralls-url]: https://coveralls.io/repos/github/s-a/time-controller/badge.svg