This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
Snowplow Node.js Tracker v0.2.0
Changes the Tracker's architecture and adds the ability to send Snowplow events via either GET
or POST
.
New features
- Added POST support to tracker.js (#4)
- Added ability to specify collector port (#18)
- Added emitter function (#5)
Under the hood
Testing
- Added integration tests for POST requests (#21)
- Rewrote tests to use mocking object callbacks rather than nock.recorder (#20)
- Renamed "tests" directory to "test", in line with mocha's expectations (#14)
- Added Coveralls code coverage button to README (#8)