@zqr33/lvlup.js
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

lvlup.js

API wrapper for LVLUP

##Example 1

const {default: Lvlup} = require('lvlup.js')

const lvlup = new Lvlup("API KEY", {
    sandbox: false
})

(async () => {
    const services = await lvlup.services.list()
    console.log(services)
})

##Example 2

import Lvlup from '@zqr33/lvlup.js'

const lvlup = new Lvlup("API KEY", {
    sandbox: false
})

(async () => {
    const services = await lvlup.services.list()
    console.log(services)
})

Package Sidebar

Install

npm i @zqr33/lvlup.js

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

50.8 kB

Total Files

33

Last publish

Collaborators

  • zqr33