1.0.8 • Published 3 years ago

mobimobi-client-js v1.0.8

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

Mobimobi JS Client

The best way to integrate Mobimobi within your JavaScript project

Features

  • Easyliy interaction with Mobimobi API
  • Works both on the browser and node.js
  • Built with TypeScript

Installation

Install client package with npm

npm install mobimobi-client-js

or with yarn

yarn add mobimobi-client-js

Usage

/** Import JS Mobimobi client */
import { Client as MobiClient } from 'mobimobi-client-js';

/** Init client */
const mobiClient = new MobiClient(<YOUR_CLIENT_TOKEN>);

/** Use it */
mobiClient.catalog.getStatus().then((response) => {
    console.log(response)
}).catch((err) => console.error(err));

Usage examples

https://codesandbox.io/s/mobi-mobi-js-client-examples-1gf0j

Docs WIP

See docs for more details and API.

Troubleshooting

If you have some issues with using library you can create and describe problem on issues page (https://github.com/mobimobi-tech/mobimobi-client-js/issues)

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago