-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
AlienDwarf edited this page Aug 29, 2022
·
1 revision
You can either build this lib yourself or use the official NuGet package in your project.
Use the build-in NuGet Package Manager GUI and search for "OpenMeteo.dotnet". The installation process will automatically build and install the library as dependency.
Install-Package OpenMeteo.dotnet
dotnet add package OpenMeteo.dotnet
// Install OpenMeteo.dotnet as a Cake Addin
#addin nuget:?package=OpenMeteo.dotnet
// Install OpenMeteo.dotnet as a Cake Tool
#tool nuget:?package=OpenMeteo.dotnet
git clone https://github.com/AlienDwarf/open-meteo-dotnet
Open the project in your IDE and build it. You can also use the Terminal command dotnet build
. The build process will create a .dll file in /bin/[Debug/Release]/
You need to reference the .dll file in your own project as dependency.
Once referenced you can open your .cs file and add:
using OpenMeteo;