Skip to content
/ NetWx Public

.NET Core command line tool to get the current weather conditions from the NWS

Notifications You must be signed in to change notification settings

mwclancy/NetWx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetWx

Cross-platform .NET Core command line tool to get the current weather conditions

Sample Command:

kiad is the NWS weather station code for Washington-Dulles International Airport. This can be substituted with any NWS weather station code.

List of NWS station codes

On Windows:

NetWx.exe kiad

On Linux:

./NetWx kiad

Build Instructions

Build using Visual Studio or with the .NET Core CLI.

CLI Instructions

dotnet publish -c Release -r win10-x64

or

dotnet publish -c Release -r linux-x64

About

.NET Core command line tool to get the current weather conditions from the NWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages