Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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