Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 754 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 754 Bytes

Simple Raspberry Pi Weather Station

Hardware

  • Raspberry Pi 3 B+
  • 3.5inch LCD for Raspberry Pi from Waveshare (480x320 px)

Instalation

git clone https://github.com/dbackowski/raspberry-pi-weather-station.git
cd raspberry-pi-weather-station

Create .env file in api directory

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:

yarn start

Open browser on URL:

http://127.0.0.1:3000

License

Released under the MIT License.