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

https://github.com/slevin48/weather_app


https://github.com/slevin48/weather_app

docker streamlit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Weather app [![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/slevin48/weather_app)

## Deploy Streamlit using Docker

https://docs.streamlit.io/knowledge-base/tutorials/deploy/docker

```
docker build -t weather .
```

```
docker run --rm -it -p 8501:8501 weather
```

![weather](weather.png)

Deploy to Fargate:
http://54.227.113.69:8501/