Umbraco Yr.no weather service integration
Created for the Codegarden 2012 Package compo.
This is a Umbraco Package with a server side XML integration with Yr.no
The package contains a razor script that you can customize to get weather data in the format you want. The XML structure is available as a DynamicXML object and the XML data is cached using a memory cache via System.Runtime.Caching to avoid hammering the yr.no service with requests from your server (its required too in the yr.no terms of use). The caching component is included in a dll file in the package.
How to use:
It is coded by me and Øyvind Kristiansen from the umbraco team at Knowit Reaktor Kyber AS