0.1.5 • Published 5 years ago

ruban-admin v0.1.5

Weekly downloads
9
License
LGPL-3.0
Repository
github
Last release
5 years ago

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-admin

Usage

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.