1.0.2 • Published 1 year ago
shops-sdk-nodejs v1.0.2
Meta Shops Connector (NodeJS)
This is an example connector of Meta Shops with a 3rd party OMS
Get started
# Install dependencies
npm install
# Watch and compile as you edit code
npm run watch
# There's also a non-watch compile command
npm run build
# To test
npm test
# To run
npm run start
Test some examples:
npm run build && node -e "require('./examples/basic-example.js').call_api_directly_from_code()"
npm run build && node -e "require('./examples/connector-example.js').use_custom_connector()"
License
This code is made available under an MIT license. However, you may have other legal obligations that govern your use of other content, such as the terms of service for third-party solutions and technologies.