piwik-socket

A socket wrapper for the Piwik tracking API

Usage no npm install needed!

<script type="module">
  import piwikSocket from 'https://cdn.skypack.dev/piwik-socket';
</script>

README

piwik-socket

An event emitter interface to Piwik.

Build status

Build Status

Coverage Status

Coding Standards

Checkstyle is used to confirm the preferred coding standards are used, these are based loosely on Google's OS Java guidelines. There is support in maven, the build should fail on the introduction of errors and there is also support for automated formatting in Eclipse. To setup do the following -

  • Navigate to Eclipse->Preferences->Java ->Code Style->Formatter
  • Select 'import' and there is a file named 'eclipse_formatter.xml' in src/main/resources.
  • Import and set it as the active profile