https://github.com/magjac/weather
Weather station app
https://github.com/magjac/weather
Last synced: 2 months ago
JSON representation
Weather station app
- Host: GitHub
- URL: https://github.com/magjac/weather
- Owner: magjac
- Created: 2023-05-21T18:08:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-23T16:19:50.000Z (about 1 year ago)
- Last Synced: 2025-02-01T08:13:52.316Z (4 months ago)
- Language: JavaScript
- Size: 580 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
```