Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martypdx/mob-timer
https://github.com/martypdx/mob-timer
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/martypdx/mob-timer
- Owner: martypdx
- Created: 2014-11-11T00:15:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T17:27:53.000Z (over 8 years ago)
- Last Synced: 2024-10-12T14:50:08.982Z (about 1 month ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mob-timer
Simple web page for running a timer to switch during pair (or mob) prgramming.
Clone this repository or cut and paste the `index.html`. Use your favorite
static web server or open the file if your OS/browser supports it.The browser will throw up an alert when timer goes off which should bring it into focus
even if your in your IDE.#### example install
```sh
> git clone https://github.com/martypdx/mob-timer.git
...
> cd mob-timer
> npm i -g http-server //simple static server
...
> http-server -o
```#### change the interval
Default is 20 minutes. Set the [`minutesPer`](https://github.com/martypdx/mob-timer/blob/master/index.html#L43)
variable to change.#### green and red orbs
As each iterations begins, a green circle is added to the page. After three circles, they will appear red.
This is intended to let you know you need to _take a break_ (then just refresh page to start again).#### es6?
There's a pure es6 version available on the [`es6ify branch`](https://github.com/martypdx/mob-timer/blob/es6ify/index.html)