0.0.5 • Published 6 years ago

imux v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

imux

A Node.js module for acessing the MIT-xperts iMux Multiplexer

Dependencies

  • mime
  • request
  • request-promise

Installation

  npm i imux

Usage

import * as iMux from "imux";

const sendZipFile = async (zipPath) => {
    // An example of API base would be: https://172.12.75.139/imux/api/api.php
    await iMux.login(process.env.IMUX_API_BASE, process.env.IMUX_USER, process.env.IMUX_PASSWORD);
    await iMux.uploadZipFile(1, zipPath, true);
    await iMux.activate();
    await iMux.logoff();
};

Maintainer

Jon Ribeiro

License

MIT

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago