https://github.com/genebean/piweatherrock
Displays local weather on a Raspberry Pi
https://github.com/genebean/piweatherrock
darksky darksky-api raspberry-pi raspberrypi weather weather-display weather-forecast weather-station
Last synced: 8 months ago
JSON representation
Displays local weather on a Raspberry Pi
- Host: GitHub
- URL: https://github.com/genebean/piweatherrock
- Owner: genebean
- License: mit
- Created: 2018-01-02T00:55:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T10:38:00.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T21:13:41.208Z (over 1 year ago)
- Topics: darksky, darksky-api, raspberry-pi, raspberrypi, weather, weather-display, weather-forecast, weather-station
- Language: Python
- Homepage: https://piweatherrock.technicalissues.us
- Size: 5.56 MB
- Stars: 50
- Watchers: 15
- Forks: 23
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PiWeatherRock


PiWeatherRock displays local weather on (almost) any screen you connect to a Raspberry Pi. It also works on other platforms, including macOS.
More information about the project and full documentation can be found at https://piweatherrock.technicalissues.us. Be sure to check out the getting started guide under the documentation link there for instruction on how to set everything up.
## Release process
- edit `version.py` according to the types of changes made
- edit `requirements.txt` if needed
- `python3 setup.py sdist bdist_wheel`
- `tar tzf dist/piweatherrock-*.tar.gz`
- `twine check dist/*`
- [optional] `twine upload --repository-url https://test.pypi.org/legacy/ dist/*`
- `twine upload dist/*`
- Create a git tag and push it