matomo-org / matomo-nodejs-tracker

A Node.js wrapper for the Matomo (Piwik) tracking HTTP API
MIT License
117 stars 41 forks source link

Add trackBulk for track bulk events #47

Closed yantze closed 6 years ago

Findus23 commented 6 years ago

Hi, this is looking great. Sorry that I didn't have time to look into it sooner.

Minor nitpick: I think the function in the README should read matomo.trackBulk.

yantze commented 6 years ago

Hi, I have updated the README.md file.

Findus23 commented 6 years ago

Many thanks for your contribution. https://github.com/matomo-org/matomo-nodejs-tracker/pull/47/commits/73b5df0a3964465aa748a4215266674ef9046d9e reminded me to fail the test if eslint shows warnings (https://github.com/matomo-org/matomo-nodejs-tracker/commit/f2b4c2a172e75045a6f08de3eed1e5cbcb7a6614)

Findus23 commented 6 years ago

I have published 2.2.0 with your changes.