Logo Monago

How it Works

Monago’s SDK enables developers to simplify consume APIs from client side

STEP 1

Install Monago via NPM/YARN

Run Command
npm install @monagoio/monagojs
yarn add @monagoio/monagojs
flow
STEP 2

Activate Monago on Your Application

Add a few lines of code
1 2 3 4 5 import { MonagoClient } from '@monagoio/monagojs' const client = new MonagoClient({ secretKey: "***" })

You need to create a Monago account to get secretKey.

You can see the further documentation to create function such as register, login, create, read, update, delete. Besides, you can ⭐ our Github repository to stay up to date on the updates.