Skip to content

Commit 6617690

Browse files
Added index to examples
1 parent a905b65 commit 6617690

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

examples/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.

0 commit comments

Comments
 (0)