Skip to content

grownseed/hachi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hachi

API client and command line tool for Ishiki

Install

npm install hachi

Usage:

var Hachi = require('hachi'),
  hachi = new Hachi({target: '127.0.0.1', port: '8080'});

hachi.api.users.login({username: 'user', password: 'password'}, function() {
	console.log('Successfully logged in');
});

//...

Or to install globally (preferred):

npm install -g hachi

Usage:

hachi

Help

Run hachi (or hachi --help) for all commands and options.

License

MIT License

About

Ishiki API client and command line tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published