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

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

Awesome Lists containing this project

README

          

# react-redux-weather
[![Build Status](https://travis-ci.org/jackdbd/react-redux-weather.svg?branch=master)](https://travis-ci.org/jackdbd/react-redux-weather) [![codecov](https://codecov.io/gh/jackdbd/react-redux-weather/branch/master/graph/badge.svg)](https://codecov.io/gh/jackdbd/react-redux-weather) [![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](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).