0.0.5 • Published 2 years ago

@gokiteam/lock-node v0.0.5

Weekly downloads
-
License
agpl-3.0
Repository
-
Last release
2 years ago

Goki lock sdk for nodejs

how to install

yarn add @gokiteam/lock-node

or

npm install @gokiteam/lock-node

how to use

import GokiLockSDK from '@gokiteam/lock-node'

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

related packages