easyslip-client
v0.1.0
Published
Client library for EasySlip
Downloads
60
Readme
Description:
Client library for EasySlip
Features:
Usage:
Verify Slip:
const slip = new EasySlip('TEST')
const data = await slip.verifyByPayload('TEST')
console.log(data) // Out put same as https://developer.easyslip.com/document
const slip = new EasySlip('TEST')
const data = await slip.verifyByImage('slip.jpg')
console.log(data) // Out put same as https://developer.easyslip.com/document