npm wrapper for responsivevoice.js obtained from dataplusscience.com
npm install responsivevoiceThis is a version of the
responsive voice js
wrapped as an NPM module.
## Usage
Add the following dependency to your package.json:
"dependencies": {
"responsivevoice": "git://github.com/demartsc/responsivevoice.git"
}
Then, require it in your code:
var voice = require('responsiveVoice');
Refer to the API documentation
for the details on how to use it.
Refer to tabitha for initial use with Tableau.