Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cccaaannn/wtforecast

Simple weather forecast application.
https://github.com/cccaaannn/wtforecast

react weather weather-app

Last synced: 1 day ago
JSON representation

Simple weather forecast application.

Awesome Lists containing this project

README

        

# WTForecast
### Simple weather forecast application.
---
![GitHub top language](https://img.shields.io/github/languages/top/cccaaannn/wtforecast?style=flat-square) ![](https://img.shields.io/github/repo-size/cccaaannn/wtforecast?style=flat-square) [![GitHub license](https://img.shields.io/github/license/cccaaannn/wtforecast?style=flat-square)](https://github.com/cccaaannn/wtforecast/blob/master/LICENSE) [![GitHub forks](https://img.shields.io/github/forks/cccaaannn/wtforecast?style=social)](https://github.com/cccaaannn/wtforecast/network/members)


### Visit [WTForecast](https://cccaaannn.github.io/WTForecast/) website


### Run WTForecast on Docker
* Change the `homepage` from the `package.json` before building.
```shell
docker build -t cccaaannn/wtforecast --build-arg OPENWEATHERMAP_API_KEY= .
docker run -d -p 80:80/tcp --name WTForecast cccaaannn/wtforecast
```