PiWeatherRock
Displays local weather on a Raspberry Pi
Python★ 50⑂ 21 forksMITupdated 1 year ago
README.mdfork it — it’s yours
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.pyaccording to the types of changes made - edit
requirements.txtif needed python3 setup.py sdist bdist_wheeltar tzf dist/piweatherrock-*.tar.gztwine check dist/*- [optional]
twine upload --repository-url https://test.pypi.org/legacy/ dist/* twine upload dist/*- Create a git tag and push it
more like this
eeweather
Fetch NCDC ISD, TMY3, or CZ2010 weather data that corresponds to ZIP Code Tabulation Areas or Latitude/Longitude.
HTML★ 51