1.0.0 • Published 10 months ago

slipok v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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.

1.0.0

10 months ago