Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felsokning/fels-kning.ireland
A NuGet Assembly for making calls again Irish APIs (e.g.: Met Éireann, Bus Éireann, etc.)
https://github.com/felsokning/fels-kning.ireland
bus eireann felsokning iarnrod ireland irish met rail
Last synced: about 2 months ago
JSON representation
A NuGet Assembly for making calls again Irish APIs (e.g.: Met Éireann, Bus Éireann, etc.)
- Host: GitHub
- URL: https://github.com/felsokning/fels-kning.ireland
- Owner: felsokning
- License: mit
- Created: 2023-11-18T12:38:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T19:27:02.000Z (4 months ago)
- Last Synced: 2024-09-13T08:31:39.394Z (4 months ago)
- Topics: bus, eireann, felsokning, iarnrod, ireland, irish, met, rail
- Language: C#
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
← If you would like to buy me a coffee
![workflow](https://img.shields.io/github/actions/workflow/status/felsokning/Fels-kning.Ireland/build-and-publish-to-nuget.yaml) ![last commit](https://img.shields.io/github/last-commit/felsokning/Fels-kning.Ireland) ![commits since release](https://img.shields.io/github/commits-since/felsokning/Fels-kning.Ireland/latest.svg) ![top languages](https://img.shields.io/github/languages/top/felsokning/Fels-kning.Ireland) ![language count](https://img.shields.io/github/languages/count/felsokning/Fels-kning.Ireland)
![sponsors](https://img.shields.io/github/sponsors/felsokning)# Introduction
The [`Felsökning.Ireland` NuGet assembly](https://www.nuget.org/packages/Fels%C3%B6kning.Ireland) 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](https://img.shields.io/badge/contributions-welcome-green)