0.0.5 • Published 10 years ago

node-tts-api v0.0.5

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

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 yamil.asusta@upr.edu for any bugs.

0.0.5

10 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago