0.0.1 • Published 3 years ago

@zqr33/lvlup v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)
})
0.0.1

3 years ago