qieman

0.1.0 • Public • Published

qieman

API client for qieman (且慢)

INSTALL

npm install qieman
# or 
yarn add qieman

EXAMPLE

const qieman = require('qieman');
 
console.log(qieman.version);
 
(async () => {
 
  try {
    const longwin = await qieman.longwin();
    console.log(longwin);
  } catch (error) {
    console.error(error);
  }
 
})();
 

Package Sidebar

Install

npm i qieman

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

2.86 kB

Total Files

4

Last publish

Collaborators

  • shawjia