https://github.com/dbackowski/raspberry-pi-weather-station
Simple Raspberry Pi Weather Station (darksky api + airly api)
https://github.com/dbackowski/raspberry-pi-weather-station
airly darksky-api raspberry-pi react weather-forecast weather-station
Last synced: 6 months ago
JSON representation
Simple Raspberry Pi Weather Station (darksky api + airly api)
- Host: GitHub
- URL: https://github.com/dbackowski/raspberry-pi-weather-station
- Owner: dbackowski
- License: mit
- Created: 2018-07-10T06:44:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T16:32:46.000Z (about 7 years ago)
- Last Synced: 2025-03-27T03:41:40.376Z (7 months ago)
- Topics: airly, darksky-api, raspberry-pi, react, weather-forecast, weather-station
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Raspberry Pi Weather Station
![]()
![]()
![]()
## Hardware
* Raspberry Pi 3 B+
* 3.5inch LCD for Raspberry Pi from Waveshare (480x320 px)## Instalation
```sh
git clone https://github.com/dbackowski/raspberry-pi-weather-station.git
cd raspberry-pi-weather-station
```Create .env file in api directory
```sh
touch api/.env
```Put yours keys and city name in it:
```
DARK_SKY_API_KEY=XXX
GOOGLE_API_KEY=XXX
AIRLY_API_KEY=XXX
CITY=Kraków,kozłówek
```Start it:
```sh
yarn start
```Open browser on URL:
```
http://127.0.0.1:3000
```## License
Released under the MIT License.