1.1.2 • Published 4 years ago

multiapp-api v1.1.2

Weekly downloads
8
License
ISC
Repository
github
Last release
4 years ago

About

A library that allows you to easily use the api of the multiapp.xyz website

Installation

npm install multiapp-api --save

Example Usage

const multiapp = require("multiapp-api")

const client = new multiapp("MULTIAPP TOKEN");

(async () => {
    const badger = await client.badger();

    console.log(badger)
})();

Last changes

Added support for thanos images

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago