Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 359 Bytes

File metadata and controls

14 lines (8 loc) · 359 Bytes

Running the Web App

$ git clone https://github.com/shovon8/raspberry-pi-sense-hat-weather-app.git

$ cd raspberry-pi-sense-hat-weather-app/

$ sudo cp -v weather-station.service /etc/systemd/system/

$ sudo systemctl daemon-reload

$ sudo systemctl enable weather-station

$ sudo reboot

Then, access http://<ip-addr>:5000 from a web browser.