Skip to content

A NuGet Assembly for making calls again Irish APIs (e.g.: Met Éireann, Bus Éireann, etc.)

License

Notifications You must be signed in to change notification settings

felsokning/Fels-kning.Ireland

Repository files navigation

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