/nws-api-dotnet

Interface to the National Weather Service API

Primary LanguageC#

nws-api-dotnet

Interface to the National Weather Service API

Getting Started

NwsClient

NwsClient is a console application with a project reference to NwsApi. It demonstrates using GetPointData(), GetStationData(), GetObservationData(), and GetForecastData() in the ApiManager class.

Nuget

This is the recommended way to use the API. Add a reference to the Nuget package like this:

dotnet add package NationalWeatherServiceAPI