Skip to content

node-linda/mac-say

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mac-say

call Mac OSX's "say" command with linda-socket.io

Install Dependencies

% npm install

Run

% npm start

call mac say from web

write {type: "say", value: "hello"} from following URL

=> http://linda-server.herokuapp.com/test?type=say&value=hello

Run with your linda-server

% export LINDA_BASE=http://linda-server.herokuapp.com
% export LINDA_SPACE=test
% npm start

Install as Service

% gem install foreman

for launchd (Mac OSX)

% sudo foreman export launchd /Library/LaunchDaemons/ --app node-linda-mac-say -u `whoami`
% sudo launchctl load -w /Library/LaunchDaemons/node-linda-mac-say-main-1.plist

About

call Mac OSX' "say" command with linda-socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published