Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cccaaannn/wtforecast
- Owner: cccaaannn
- License: mit
- Created: 2021-07-05T15:24:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T15:47:35.000Z (over 3 years ago)
- Last Synced: 2023-03-05T15:21:24.001Z (almost 2 years ago)
- Topics: react, weather, weather-app
- Language: JavaScript
- Homepage: https://cccaaannn.github.io/WTForecast/
- Size: 1.94 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```