0.0.4 • Published 2 years ago

feie-api v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Feie printer

飞鹅外卖打印机 API 的 JS 封装。

Usage

npm install feie-api
const {getPrinter} = require('feie');
const USER = 'your dev username';
const UKEY = 'your dev key';
const Printer = getPrinter();
const p = new Printer(USER, UKEY);
const SN = '123456789';

p.queryPrinterStatus({sn: SN}).then(res => {
    console.log(res);
}).catch(err => {
    console.error(err);
});
0.0.3

2 years ago

0.0.2

2 years ago

0.0.4

2 years ago

0.0.1

3 years ago