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

0.2.0 • Public • Published

monkeytype-wrapper

A wrapper to work with Monkeytype API

Installation & Usage

npm install --save monkeytype-wrapper
import MonkeyWrapper from 'monkeytype-wrapper'

const monkey = new MonkeyWrapper('YOUR_APE_KEY')

// Using methods
monkey.users.profile('John Doe').then((res) => {
  console.log(res.name) // John Doe
}).catch((e) => {
  console.error(e)
})

More detailed examples will be documented soon

License

Distributed under the MIT License. See LICENSE for more information.

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i monkeytype-wrapper

    Weekly Downloads

    0

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    11.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • dragonfly239