say-promise

0.0.2 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i say-promise

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • joyarzun