@things-factory/pos-integration

Module to manage integration with POS service.

Usage no npm install needed!

<script type="module">
  import thingsFactoryPosIntegration from 'https://cdn.skypack.dev/@things-factory/pos-integration';
</script>

README

POS Integration module

Integration Structure

development

TDD (Test Driven Development)

# 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.ts

debug module

Platform-specific features

xilnex

  • xxxx
  • yyyy