@como/como-client
v0.7.94
Published
Client module for Como's loaylty API
Downloads
289
Maintainers
Keywords
Readme
como-client-lib
A cross platform SDK for como backend API.
How-tos
- To run this project source code locally make sure you're running node 8.x.x or later.
- To run the project example -
node ${workspaceFolder}/test.js
. - To run all unit tests run -
npm test
. - To publish a new version to npm -
npm publish
. Make sure to increment the package version in${workspaceFolder}/package.json
.
Development in vscode
- The configuration is set in
${workspaceFolder}/.vscode/launch.json
- Use
Launch Program
pre-defined configuration to run.