https://github.com/jackdbd/react-redux-weather
A React app displaying a 5 day forecast from the OpenWeatherAPI
https://github.com/jackdbd/react-redux-weather
Last synced: 2 months ago
JSON representation
A React app displaying a 5 day forecast from the OpenWeatherAPI
- Host: GitHub
- URL: https://github.com/jackdbd/react-redux-weather
- Owner: jackdbd
- License: mit
- Created: 2018-05-16T14:45:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T17:00:32.000Z (over 6 years ago)
- Last Synced: 2025-12-10T07:43:56.101Z (6 months ago)
- Language: JavaScript
- Homepage: https://jackdbd.github.io/react-redux-weather/
- Size: 1.73 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redux-weather
[](https://travis-ci.org/jackdbd/react-redux-weather) [](https://codecov.io/gh/jackdbd/react-redux-weather) [](https://renovateapp.com/)
A Weather app built with:
- React
- Redux
- Materialize CSS
- OpenWeatherMap
- data-ui
See it [here](https://jackdbd.github.io/react-redux-weather).
# Installation
```
git clone git@github.com:jackdbd/react-redux-weather.git
cd react-redux-weather
yarn install
yarn start # localhost:3000
```
# Credits
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).