Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aparrett/weatherforecast
- Owner: aparrett
- License: mit
- Created: 2018-06-19T01:57:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T10:42:35.000Z (almost 6 years ago)
- Last Synced: 2024-04-28T06:31:08.785Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
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.