TinyInsights.Maui

(โ˜… 102)

TinyInsights is a library for tracking and a website for showing insights for your .NET MAUI app. Data will be saved in Application Insights. The website will help you to show the data in a more mobile app-friendly user interface.

  • .editorconfig
  • .gitignore
  • LICENSE
  • README.md
  • TinyInsights.sln

# Installation Guide

1. Get the code
git clone https://github.com/dhindrik/TinyInsights.Maui

Downloads the entire project code from GitHub to your computer.

cd TinyInsights.Maui

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet add package TinyInsights.Maui.AppInsights

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation