0.1.2 • Published 11 years ago

sayeasy v0.1.2

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

sayeasy

RESTful wrapper around say.js. Runs on Mac OS X.

Getting Started

Install the module with: npm install sayeasy

var sayeasy = require('sayeasy');
sayeasy.start();

Examples

/speak endpoint

/speak is a endpoint that accepts an HTTP POST request with two parameters:

  • voice - The Mac OS X voice to speak the text. (optional, default: 'Bruce')
  • text - The text to speak. (required)
curl -X POST -dtext='Hello World' -dvoice=Bruce http://localhost:4000/speak

Release History

0.1.0 - Initial Release

License

Copyright (c) 2012 Clay Smith
Licensed under the MIT license.

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago