@ktmcp-cli/adafruitcom
v1.0.0
Published
Adafruit IO REST API - ### The Internet of Things for Everyone The Adafruit IO HTTP API provides access to your Adafruit IO data from any programming language or hardware e
Readme
Adafruit IO REST API CLI
Production-ready CLI for Adafruit IO REST API.
The Internet of Things for Everyone
The Adafruit IO HTTP API provides access to your Adafruit IO data from any programming language or hardware environment that can speak HTTP. The easiest way to
Installation
npm install -g @ktmcp-cli/adafruitcomQuick Start
- Set your API key:
adafruitcom-api config set --api-key <your-key>- Start using the CLI:
adafruitcom-api --helpConfiguration
API Key
Set via command:
adafruitcom-api config set --api-key <key>Or via environment variable:
export ADAFRUIT_IO_REST_API_API_KEY=<your-key>Documentation
- API Reference: https://api.apis.guru/v2/specs/adafruit.com/2.0.0/swagger.json
- Category: iot
- Version: 2.0.0
License
MIT
