← If you would like to buy me a coffee
The Felsökning.UnitedStatess
NuGet assembly contains classes and methods relevant to services in the United States.
For example, the MsyWrapper (in Felsökning.UnitedStates.Louisiana.NewOrleans) obtains the arrivals and departures for Louis Armstrong Airport.
- Clone the repository:
git clone https://github.com/felsokning/Fels-kning.UnitedStates.git
- cd into the folder:
cd Fels-kning.UnitedStates
- Profit
From the Fels-kning.UnitedStates
folder:
- To build:
dotnet restore --verbosity=normal
dotnet build --verbosity=normal
- To Test:
dotnet test --verbosity=normal