@bloks/trace-js-sdk

JS SDK for Tracelytics.

Usage no npm install needed!

<script type="module">
  import bloksTraceJsSdk from 'https://cdn.skypack.dev/@bloks/trace-js-sdk';
</script>

README

[![TypeScript version][ts-badge]][typescript-36] [![Node.js version][nodejs-badge]][nodejs] [![APLv2][license-badge]][LICENSE] [![Build Status][travis-badge]][travis-ci]

Quick start

npm run test

Available scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • start - executes the built files at src/main.js,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests