Skip to content

elbuo8/node-tts-api

Repository files navigation

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.

About

Simple API to get TTS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published