Skip to content

Commit

Permalink
New version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed Feb 3, 2024
1 parent 8e68e5c commit 5c751f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# psinfluxdb
# πŸ“Š psinfluxdb

**PowerShell module for interaction to InfluxDB 1.x via API**. \
By default GET requests give line-by output. This module is used to automate the query form and output in **object format**. \
Only GET requests.

## Install
## πŸš€ Install

Install module from [NuGet repository](https://www.nuget.org/packages/psinfluxdb):

Expand All @@ -28,7 +28,7 @@ Function Get-InfluxTables 0.3 psinfluxdb
Function Get-InfluxUsers 0.3 psinfluxdb
```

## Examples:
## πŸ“š Examples

Get user list:

Expand Down Expand Up @@ -202,7 +202,7 @@ time HardwareName Host SensorName
...
```

### Charts
## πŸ“ˆ Charts

The Grafana alternative (used **WinForms**) to create graphs from data obtained with the [Ookla-SpeedTest](https://github.com/Lifailon/Ookla-SpeedTest-API) module.

Expand Down

0 comments on commit 5c751f9

Please sign in to comment.