node-tts-api

Simple way to get TTS with node using TTS-API.com

Usage no npm install needed!

<script type="module">
  import nodeTtsApi from 'https://cdn.skypack.dev/node-tts-api';
</script>

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