https://github.com/eliabieri/pyaare
🦦 A Python wrapper around the aare.guru API
https://github.com/eliabieri/pyaare
Last synced: 2 months ago
JSON representation
🦦 A Python wrapper around the aare.guru API
- Host: GitHub
- URL: https://github.com/eliabieri/pyaare
- Owner: eliabieri
- License: mit
- Created: 2020-02-18T18:25:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T17:04:06.000Z (about 5 years ago)
- Last Synced: 2026-02-14T23:42:21.721Z (4 months ago)
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🏞 pyaare - A python wrapper round the AareGuru API
===============================

[](https://badge.fury.io/py/pyaare)
[](https://deepsource.io/gh/eliabieri/pyaare/?ref=repository-badge)
pyaare makes it easy to access the [AareGuru](https://aare.guru/) API in your own Python projects.
Quick Start
-----------
$ pip install pyaare
Examples
-----------
```python
from pyaare.pyaare import PyAare
aare = PyAare(city="Bern")
print(aare.tempC)
print(aare.tempText)
print(aare.flow)
print(aare.flowText)
aare.refresh() # get the newest data
```
Getting Help
------------
* Open a issue on GitHub if you run into any problems
* Contact me on [Twitter](https://twitter.com/eliabieri)
Todo
------------
* API documentation