Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregyjames/weatherfx

A .Net library for recovering weather information portraying to a specific location.
https://github.com/gregyjames/weatherfx

c-sharp library network weather

Last synced: 6 days ago
JSON representation

A .Net library for recovering weather information portraying to a specific location.

Awesome Lists containing this project

README

        

# WeatherFX
A .Net library for recovering weather information portraying to a specific location. Using WebRequests, Google FeedtoJson Api, The Weather Channel API, and Newtonsoft Json Convertor.

###Usage
var weather = new WeatherFX.Weather().GetWeather(60192);

###Important Notes
1) Be sure to copy the newtonsoft json dll to output or this library WILL NOT work.