node-tts-api

v0.0.5
Simple way to get TTS with node using TTS-API.com
text to speech tts api

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.

npm i node-tts-api

Metadata

  • MIT
  • Whatever
  • elbuo8
  • released 6/8/2014

Downloads

Maintainers