1.1.1 • Published 7 years ago

beepy v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

beepy

Play a marimba beep.

Example

var beepy = require('beepy');
beepy();

// beep 3 times
beepy(3);

// Repeats the beep 5 times, waiting 1000ms between each beep
beepy(5, 1000);

// Beep returns a promise that you can chain off of.
beep().then(function(){
  return doStuff();
})

Installation

npm install beepy
1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

9 years ago

1.0.0

9 years ago