node-tts-api
v0.0.5
Published
Simple way to get TTS with node using TTS-API.com
Downloads
108
Readme
TTS API Module for Node.js
This is a simple module to access tts-api.com.
npm install node-tts-api
Example
tts = require('./node-tts-api');
example = "Hello World";
tts.getSpeech(example, function(error, link) {
return console.log(link);
});
Enjoy the usage. You can email me at [email protected] for any bugs.