ruban-admin
v0.1.5
Published
Ruban module offer some admin operations for Fractal nodes.
Readme
ruban-admin
This is a sub module of ruban.js
Ruban module offer some admin operations for Fractal nodes. Please read the documentation for more.
Installation
npm install ruban-adminUsage
import {Admin} from 'ruban-admin';
const admin = new Admin(
'http://127.0.0.1:4546',
null,
options
);Types
All the typescript typings are placed in the types folder.
