Module to manage integration with POS service.
npm install @things-factory/integration-pos- support 10+ POS platforms
- xilnex https://www.tyro.com/pos-partners/xilnex-point-of-sales/
- unified API
- By integrating different APIs of various platforms, one standard API can be used.
- using frameworks
- chai(https://www.chaijs.com/)
- mocha(https://mochajs.org/)
- should(https://github.com/shouldjs/should.js)
- usages
````test all tests
$ yarn testtest specific modules test
$ DEBUG=things-factory: NODE_ENV=development npx mocha -r ts-node/register ./test/pos-api/spec.tstest specific test
$ DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/pos-api/get-pos-store-products-spec.ts
- https://www.npmjs.com/package/debug
- xxxx
- yyyy