Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.18 KB

C# Lighthouse Client

Tests Nuget CD NuGet version (SeeClearlyLighthouse) NuGet downloads (SeeClearlyLighthouse)

Helps connect to the Uni Kiel Lighthouse 👍

image

Usage

Step 0

Get an account on https://lighthouse.uni-kiel.de

Step 1
dotnet new console -n MyLighthouseApp
cd MyLighthouseApp
dotnet add package SeeClearlyLighthouse
Step 2

Start coding in the Program.cs on your own or using the Example