Skip to content

phester/Forecasty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

Releases

No releases published

Packages

No packages published

Languages