https://github.com/martendebruijn/weather-station
https://github.com/martendebruijn/weather-station
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/martendebruijn/weather-station
- Owner: martendebruijn
- License: mit
- Created: 2024-12-02T21:08:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T20:40:06.000Z (6 months ago)
- Last Synced: 2025-02-03T21:47:36.285Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weather-station
- [weather-station](#weather-station)
- [Install](#install)
- [Usage](#usage)## Install
```sh
git clone
``````sh
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```## Usage
```sh
python3 -m weather-station
``````sh
python3 -m http.server 8000
``````sh
http://:8000/index.html
```