Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gregyjames/weatherfx
- Owner: gregyjames
- License: mit
- Created: 2015-06-12T04:14:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T17:05:54.000Z (over 9 years ago)
- Last Synced: 2024-05-01T18:23:57.750Z (7 months ago)
- Topics: c-sharp, library, network, weather
- Language: C#
- Size: 2.88 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.