influx-ts

InfluxDB Client for Web apps in TS; based on node-influx module

Usage no npm install needed!

<script type="module">
  import influxTs from 'https://cdn.skypack.dev/influx-ts';
</script>

README

InfluxDB v1.x JavaScript library

Browser library for InfluxDB v1.8 and older. For v2, please use the official client.


Installation

For Node, simply:

$ npm install --save influx-ts

Features

  • Simple API for nearly all Influx operations
  • Fully supported in the browser
  • Zero dependencies

Compatibility

Usage