Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.07 KB

File metadata and controls

33 lines (20 loc) · 1.07 KB

Examples

Getting started

Examples of getting data from DataPoint.

  • Current Weather - Get the current weather for a specified latitude and longitude.

  • Simple Forecast - Get a full 5 day forecast for a specified latitude and longitude.

Making Decisions

Examples which make decisions based on weather data.

  • Umbrella - Inform the user whether they need an umbrella today for a specified latitude and longitude.

  • Washing - Inform the user which day in the next 5 days would be the best for hanging out their washing for a specified latitude and longitude.

Mixing Data

Examples which makes use of other API's in conjunction with DataPoint.

  • Tube or Bike - Inform the user whether they should cycle or take the tube across London, based on weather and tube service for two sets of longitude and latitude along with a tube line name.

  • Postcodes - A variation on the Current Weather example but uses UK postcodes instead of latitude and longitude.