Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

hachi

API client and command line tool for Ishiki

Install

npm install hachi

Or to install globally (preferred):

npm install -g hachi

Client configuration

varHachi=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');});//...

Command line usage (global install):

hachi connect 127.0.0.1 8080
hachi login user

Help

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

License

MIT License

About

Ishiki API client and command line tool

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages