@activitystream/asa

Activity Stream Analytics data sumbission library

Usage no npm install needed!

<script type="module">
  import activitystreamAsa from 'https://cdn.skypack.dev/@activitystream/asa';
</script>

README

Activity Stream Analytics browser script

This is the javascript our clients can use on their web sites to allow for easy collecting of customer behaviour.

To build the bundle run

$ npm run build

In the dist folder will be the app and tests bundle together with their source maps.

For development mode run

$ npm start

Acceptance test

$ cd e2e
$ npm run build
$ npm start