File: README.md

package info (click to toggle)
python-datapoint 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: python: 3,062; makefile: 18
file content (24 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Current Weather

_This example displays the current weather and temperature for your location._

### Required Modules
 * [datapoint](https://github.com/perseudonymous/datapoint-python)

## Learning Objective

Learn how to simply connect to DataPoint and print out some data.

## Example Usage

```Shell
python current_weather.py
```

## Example Output

```
London
Cloudy
18°C
```