Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.51 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.51 KB

Buy Me a Coffee! ← If you would like to buy me a coffee

workflow last commit commits since release top languages language count sponsors

Introduction

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.

Getting Started

  1. Clone the repository: git clone https://github.com/felsokning/Fels-kning.Ireland.git
  2. cd into the folder: cd Fels-kning.Ireland
  3. Profit

Build and Test

From the Fels-kning.Ireland folder:

  1. To build:
    1. dotnet restore --verbosity=normal
    2. dotnet build --verbosity=normal
  2. To Test:
    1. dotnet test --verbosity=normal

Contribute

contributions