/weather

Weather station app

Primary LanguageJavaScript

weather

A web application showing data from Emil's weather station @ bergetvidhandfatet.

Installation

git clone https://github.com/magjac/weather
cd weather
cd front-end
npm install

Start back-end

./server.py

Start front-end

cd front-end
npm run start