Nodejs Piwik Versions Save

Access a Matomo (Piwik) API from node.js

1.0.3

8 years ago
  • Simplify httpreq implementation
  • Fixed eslint and strict errors

1.0.2

8 years ago
  • Clean up baseURL setting (#14)
  • Test: add iojs-3 to Travis CI config
  • Test: added eslint config
  • Package: keywords sorted on multiple lines

1.0.1

8 years ago
  • Bug: crash when res is not set (@tanaydin, #13)
  • Bug: error 'request failed' missing
  • Bug: timeout not correctly used
  • Code and readme clean up

1.0.0

8 years ago
  • New loadSpammers method
  • Replaced HTTP code with httpreq module
  • Test: CI testing both node and io.js
  • Package: SPDX compatible license
  • Minor changes and clean up