- Raspberry Pi 3 B+
- 3.5inch LCD for Raspberry Pi from Waveshare (480x320 px)
git clone https://github.com/dbackowski/raspberry-pi-weather-station.git
cd raspberry-pi-weather-stationCreate .env file in api directory
touch api/.envPut 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:
yarn startOpen browser on URL:
http://127.0.0.1:3000
Released under the MIT License.


