← If you would like to buy me a coffee
The Felsökning.Ireland
NuGet assembly contains classes and methods specific to Ireland.
For example, CADCO contains methods to obtain the arrivals/departures from Knock (EIKN) Airport (also known as Ireland West Airport) or RTE contains a class with methods to obtain the short lists of RTE1 or RTE2.
- Clone the repository:
git clone https://github.com/felsokning/Fels-kning.Ireland.git
- cd into the folder:
cd Fels-kning.Ireland
- Profit
From the Fels-kning.Ireland
folder:
- To build:
dotnet restore --verbosity=normal
dotnet build --verbosity=normal
- To Test:
dotnet test --verbosity=normal