Simple application for show the weather in the principal cities in the world.
- React
- Redux
- Webpack
- Unsplash API
- Open Weather Map API
$ git clone [email protected]:jdinartejesus/weatherApp.git
$ cd weatherApp
$ npm install
- Get your Unsplash API Key
- Open Weather Map API Key
- Add to config.js
$ npm run dev
$ chrome localhost:8080/webpack-dev-server/
- Change API to Yahoo or other more reliable weather
- Include Google API to give location suggestion
Include API to change background related to the locationRefactor the code and organize everything