An open API service indexing awesome lists of open source software.

https://github.com/martendebruijn/weather-station


https://github.com/martendebruijn/weather-station

Last synced: about 2 months ago
JSON representation

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
```