@como/como-client

Client module for Como's loaylty API

Usage no npm install needed!

<script type="module">
  import comoComoClient from 'https://cdn.skypack.dev/@como/como-client';
</script>

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.