Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aparrett/weatherforecast

A simple application displaying a forecast for a selected city.
https://github.com/aparrett/weatherforecast

Last synced: 2 days ago
JSON representation

A simple application displaying a forecast for a selected city.

Awesome Lists containing this project

README

        

# WeatherForecast

This is a simple application that allows you to view the weather forecast for multiple cities to compare them. When you search for a city, you will see the relative and average temperatures, pressures, and humidities. The app currently only works with US cities. You can view WeatherForecast at [https://ap-react-weather.herokuapp.com/](https://ap-react-weather.herokuapp.com/).

This sample weather application is the 3rd application you build in the [Modern React with Redux](https://www.udemy.com/react-redux/) course taught by Stephen Grider.

## Built With
* [Redux Simple Starter](https://github.com/StephenGrider/ReduxSimpleStarter)
* [React](https://github.com/facebook/react)
* [Redux](https://github.com/reduxjs/react-redux)
* [redux-promise](https://travis-ci.org/redux-utilities/redux-promise)
* [Webpack](https://github.com/webpack/webpack)
* [Axios](https://github.com/axios/axios)
* [Lodash](https://github.com/lodash/lodash)
* [OpenWeatherMap](https://openweathermap.org/api)
* [React Sparklines](https://github.com/borisyankov/react-sparklines)

## License
This project is licensed under the MIT License.