Package Exports
- influx
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (influx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-influx
An InfluxDB Node.js Client
Installation
npm install influx
Usage
Create a client instance (database
not required for all methods):
var influx = require('influx');
var client = influx(host, port, username, password, database);
As Jeff Atwood puts it... Read the source, Luke. If you're still stuck, read the ./example/*
files and the ./test.js
file.
Licence
MIT