slipok
v1.0.0
Published
A wrapper around SlipOK's API
Downloads
7
Readme
About
node-slipok
is a wrapper around SlipOK's API
Example
import { Client } from "slipok";
const client = new Client("Branch ID", "API Key");
(async () => {
console.log(
await client.checkSlip(
"0041000600000101030040220013071152533APM077365102TH91048134",
),
);
})();
LICENSE
SlipOK is a trademark of SLIPOK CO., LTD. We are not endorsed by or affiliated with SLIPOK.