This skill is intended to give the five day weather forecast for the New Forest area in the south of the UK.
It does this by requesting the forecast from the Meteorological Office using their public weather forecast API. The JSON returned from the API call is parsed to present the most useful forecast information for the day and night of each of the five days.
The skill is written in Java and uses the Jackson libraries to parse the JSON.