API client and command line tool for Ishiki
npm install hachiOr to install globally (preferred):
npm install -g hachivarHachi=require('hachi'),hachi=newHachi({target: '127.0.0.1',port: '8080'});hachi.api.users.login({username: 'user',password: 'password'},function(){console.log('Successfully logged in');});//...hachi connect 127.0.0.1 8080
hachi login userRun hachi (or hachi --help) for all commands and options.