Comparing version 0.0.1 to 0.0.2
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": { | ||
@@ -16,0 +16,0 @@ "name": "Jayr Alencar", |
# node-beep | ||
Use beep in node.js | ||
[![NPM](https://nodei.co/npm/node-beep.png?downloads=true&downloadRank=true)](https://nodei.co/npm/node-beep/) | ||
## Install | ||
To install this package run: <br/> | ||
<code>$ npm install node-beep</code> | ||
## Usage | ||
Require the beep package and call the beep function with the amount of times beep is triggered. | ||
<pre> | ||
<code> | ||
var beep = require('node-beep'); | ||
beep(1); | ||
</code> | ||
</pre> | ||
## Test | ||
To test run:</br> | ||
<code>$ npm test</code> | ||
## Visit | ||
<a href="//jayralencar.com.br">Author homepage</a></br> | ||
<a href="//clubedosgeeks.com.br">Clube dos Geeks</a> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2512
26