Skip to content

node-linda/door-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linda Door Notify

notify door-open value

to

Install Dependencies

% npm install

Run

% npm start

Install as Service

% gem install foreman

for launchd (Mac OSX)

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

for upstart (Ubuntu)

% sudo foreman export upstart /etc/init/ --app node-linda-door-notify -d `pwd` -u `whoami`
% sudo service node-linda-door-notify start

About

ドア開いたらSkypeに通知

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published