hachi
v0.0.1
Published
API client module and command line tool for Ishiki
Downloads
10
Readme
hachi
API client and command line tool for Ishiki
Install
npm install hachiUsage:
var Hachi = require('hachi'),
hachi = new Hachi({target: '127.0.0.1', port: '8080'});
hachi.api.login({username: 'user', password: 'password'});
//...Or to install globally (preferred):
npm install -g hachiUsage:
hachiHelp
Run hachi (or hachi --help) for all commands and options.
