aki_tracking_sdk_ts
v1.2.13
Published
![NPM](https://img.shields.io/npm/l/aki_tracking_sdk_ts?color=blue&label=lisence&logo=blue&logoColor=blue) ### Introduction This SDK can be used for both server side as well as client side. It comes with ECMAScript 5 bundled minified distribution with sou
Downloads
17
Readme
SDK AKAINSIGHTS
Introduction
This SDK can be used for both server side as well as client side. It comes with ECMAScript 5 bundled minified distribution with source maps of AMD, CommonJS modules, IIFE, as UMD and as Browser Globals.
Quick Start
Pre-requisites
Dependencies
Gulp and Bower should be installed globally. Install dependencies:
npm install
bower install
Checkout gulpfile.js
for all available tasks.
Installation
NPM
npm install --save aki_tracking_sdk_ts
Bower
bower install --save aki_tracking_sdk_ts
Using the client library
Publishing scoped public packages
By default, scoped packages are published with private visibility. To publish a scoped package with public visibility, use npm publish --access public
. On the command line, navigate to the root directory of your package.
On the command line, navigate to the root directory of your package.
cd /path/to/package
To publish your scoped public package to the npm registry, run:
npm publish --access public
To see your public package page, visit
aki_tracking_sdk_ts Public packages will say public below the package name on the npm website.