@goki-lock/node
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Goki lock sdk for nodejs

how to install

yarn add @goki-lock/node

or

npm install @goki-lock/node

how to use

import GokiLockSDK from '@goki-lock/node'

const lockdata = '...'
GokiLockSDK.unlock(lockdata)
.then(() => {
  console.log('unlock success')
})
.catch(err => {
  console.log('unlock failed', err)
})

related packages

Dependents (0)

Package Sidebar

Install

npm i @goki-lock/node

Weekly Downloads

0

Version

0.0.5

License

agpl-3.0

Unpacked Size

6.86 kB

Total Files

8

Last publish

Collaborators

  • mobile.goki.travel
  • a.dehnavi