m3o
TypeScript icon, indicating that this package has built-in type declarations

1.0.1783 • Public • Published

M3O JS Client

This package contains javascript, node.js and typescript clients.

Usage example:

Install

npm install m3o

Usage

const m3o = require("m3o").default(process.env.M3O_API_TOKEN);

// Call returns a personalised "Hello $name" response
async function main() {
  let rsp = await m3o.helloworld.call({
    name: "John",
  });
  console.log(rsp);
}

main();

/m3o/

    Package Sidebar

    Install

    npm i m3o

    Weekly Downloads

    34

    Version

    1.0.1783

    License

    ISC

    Unpacked Size

    385 kB

    Total Files

    356

    Last publish

    Collaborators

    • martinm3o
    • domm3o
    • m3o-actions