0.0.2 • Published 7 years ago

say-promise v0.0.2

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

say-promise

Promise version of say

Install

$ npm install --save say-promise

Usage

const sayp = require('say-promise');

// Simple usage
sayp.speak("Some text to speech").then(() => console.log("ready"));

// With all arguments
sayp.speak(text, voice, speed).then(() => ...);

// Chained says
sayp.speak("text").then(() => sayp.speak("text two"));

API

Same as the say.js, see official repo

License

MIT

0.0.2

7 years ago

0.0.1

7 years ago