Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 383 Bytes

Forecasty

This is in a pre-using state. I wouldn't trust it as far as you can throw it : )

A c# Forecast.Io wrapper with a built-in policy-driven caching mechanism to cache API call results.

var request = new ForecastIoRequest(apiKey, latitude, longitude);
var provider = new ForecastIoPersistProvider(new CacheProvider());
var response = provider.GetForecast(request);