Node.js JavaScript client library

Use the InfluxDB JavaScript client library to integrate InfluxDB into your Node.js application. In this guide, you’ll start a Node.js project from scratch and code some simple API operations.

Install the InfluxDB JavaScript client library

Install the JavaScript client library to interact with the InfluxDB API in Node.js.

Write data with the InfluxDB JavaScript client library

Use the JavaScript client library to write data with the InfluxDB API in Node.js.

Query data with the InfluxDB JavaScript client library

Use the JavaScript client library to query data with the InfluxDB API in Node.js.

For more examples and information, see the JavaScript client on GitHub.