From 5c751f987d59564d0cb871506ce9d8044255d74f Mon Sep 17 00:00:00 2001 From: Lifailon Date: Sun, 4 Feb 2024 02:21:36 +0300 Subject: [PATCH] New version 0.3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c1ac6f..a1495fd 100644 --- a/README.md +++ b/README.md @@ -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): @@ -28,7 +28,7 @@ Function Get-InfluxTables 0.3 psinfluxdb Function Get-InfluxUsers 0.3 psinfluxdb ``` -## Examples: +## 📚 Examples Get user list: @@ -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.