File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Examples
2+
3+
4+ ## Getting started
5+
6+ _ Examples of getting data from DataPoint._
7+
8+ * [ Current Weather] ( current_weather/ ) - Get the current weather for a specified
9+ longitude and latitude.
10+
11+ * [ Simple Forecast] ( simple_forecast/ ) - Get a full 5 day forecast for a specified
12+ longitude and latitude.
13+
14+ ## Making Decisions
15+
16+ _ Examples which make decisions based on weather data._
17+
18+ * [ Umbrella] ( umbrella/ ) - Inform the user whether they need an umbrella today
19+ for a specified longitude and latitude.
20+
21+ * [ Washing] ( washing/ ) - Inform the user which day in the next 5 days would be
22+ the best for hanging out their washing for a specified longitude and latitude.
23+
24+ ## Mixing Data
25+
26+ _ Examples which makes use of other API's in conjunction with DataPoint._
27+
28+ * [ Tube or Bike] ( tube_bike/ ) - Inform the user whether they should cycle or
29+ take the tube across London, based on weather and tube service for two sets of
30+ longitude and latitude along with a tube line name.
31+
32+ * [ Postcodes] ( postcodes_to_lat_lng ) - A variation on the [ Current Weather] ( current_weather/ )
33+ example but uses UK postcodes instead of longitude and latitude.
You can’t perform that action at this time.
0 commit comments