@things-factory/integration-pos
v4.3.700
Published
Module to manage integration with POS service.
Downloads
2,968
Maintainers
Keywords
Readme
POS Integration module
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.

development
TDD (Test Driven Development)
- using frameworks
- chai(https://www.chaijs.com/)
- mocha(https://mochajs.org/)
- should(https://github.com/shouldjs/should.js)
- usages
# test all tests
$ yarn test
# test specific modules test
$ DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/pos-api/*spec.ts
# test specific test
$ DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/pos-api/get-pos-store-products-spec.tsdebug module
- https://www.npmjs.com/package/debug
Platform-specific features
xilnex
- xxxx
- yyyy
