0.2.3 • Published 10 years ago

wavetape v0.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

wavetape.js

npm version

Measure distances using your mobile device's microphone and speaker

Installation

npm install wavetape --save

Usage

var Wavetape = require('wavetape');

var echolot = new Wavetape();
echolot.start(function(distance) {
  console.log("The closest obstacle is now " + distance.toFixed(2) + " meters away");
  echolot.stop();
});

## License

MIT
0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago