Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 981 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 981 Bytes

PoeticMetric Tracker

Manifesto | Docs | Blog | Twitter

PoeticMetric is a privacy-first, regulation-compliant, blazingly fast analytics tool. And this is the source code of PoeticMetric's event tracker.

Building

There is nothing much to build, really. index.js is already usable with almost all browser versions. We just minify it to reduce the file size.

$ yarn build

The build will create poeticmetric.js file in the dist folder.

License

Copyright © 2021, PoeticMetric. Released under the MIT License. See it here.