0.2.0 • Published 11 months ago

monkeytype-wrapper v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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.

0.2.0

11 months ago

0.1.0

11 months ago