mostly-working-hours

Call a callback mostly during normal working hours

MIT License

Downloads
100
Stars
10

mostly-working-hours

Call a callback only sometimes with a certian likelihood. The likelihood is higer during normal working hours, and really low in the weekend.

This is useful if you want to simulate load on a server for instance.

Installation

npm install mostly-working-hours --save

Usage

var maybe = require('mostly-working-hours')

maybe(function () {
  console.log('It\'s time to do some work!')
})

API

maybe(callback)

Will call the callback only based on certain odds.

The odds are higest during normal working hours and lowest in the weekend.

License

MIT

Package Rankings
Top 11.6% on Npmjs.org
Badges
Extracted from project README
Build status js-standard-style