0.3.0 • Published 9 years ago

oakleon-node-influxdb v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

oakleon-node-influxdb

A client library for InfluxDB 0.9+ using promises

For API line format see:
https://github.com/influxdb/influxdb/blob/master/tsdb/README.md

You need a influxdb instance up to run the tests

docker run \ --name influxdb \ -d \ -p 8083:8083 \ -p 8086:8086 \ cburki/influxdb:latest

to run the test

npm test

or

npm test -- watch

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago