ai-agent

Node-Influx: Easy Time Series Data

Get a simple InfluxDB client for Node.js and browsers.
862 stars179 forksTypeScriptGuide quality 8/10Updated 5/28/2026100% free · open source
What it does

The node-influx tool allows founders to easily manage time series data in their Node.js applications and browsers using InfluxDB

When to use it
  • When building IoT applications that require storing sensor data
  • When creating real-time analytics dashboards for user behavior
  • When monitoring application performance metrics over time
Ready-to-paste prompt
influx.writePoints([{ measurement: 'memory', fields: { value: 50 }, tags: { host: 'server01', env: 'prod' } }]);
Heads up: Make sure to replace 'http://localhost:8086/mydb' with your actual InfluxDB instance URL and database name, and that the InfluxDB server is running and accessible
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/node-influx && curl -fsSL https://workflowstacks.com/api/skills/node-influx/claude-skill -o ~/.claude/skills/node-influx/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Node-Influx: Easy Time Series Data works
Codeflow
Free to inspect

Node-Influx: Easy Time Series Data is a medium TypeScript project (~3k lines across 15 code files, plus 20 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 4 months ago, MIT license, has a test suite.

Size
Medium codebase
~3k lines · 15 code files · 25 min skim
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Node.js
No API keys detected
TypeScript 93%JavaScript 7%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    src/index.ts
    Where the program starts running
  3. 3
    package.json
    Dependencies and the commands it exposes
  4. 4
    examples/browser-setup.md
    A worked example — copy this to get going
What's in each folder
src/Core code — the actual logic14 files
examples/Examples you can copy6 files
test/Tests — proof it works34 files
.github/CI / automation (GitHub Actions)5 files
.vscode/Editor / agent settings2 files
READMEHas testsDocumentedCI checksExamples includedMIT licenseUpdated 4 mo ago
Quick Actions
Details
Creator
node-influx
Language
TypeScript
Category
ai-agent
Published
11/7/2013

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.