Skip to content

jayralencar/node-beep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-beep

Use beep in node.js

NPM

Install

To install this package run:
$ npm install node-beep

Usage

Require the beep package and call the beep function with the amount of times beep is triggered.


var beep = require('node-beep');
beep(1);

Test

To test run:
$ npm test

Visit

Author homepage
Clube dos Geeks