Skip to content

xhayper/node-slipok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


node-slipok


npm version license

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.

About

A wrapper around SlipOK's API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published