Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 854 Bytes

README.md

File metadata and controls

executable file
·
36 lines (28 loc) · 854 Bytes

Weather App Build Status

Simple application for show the weather in the principal cities in the world.

Tools

  • React
  • Redux
  • Webpack
  • Unsplash API
  • Open Weather Map API

Installations

$ git clone [email protected]:jdinartejesus/weatherApp.git
$ cd weatherApp
$ npm install

Add Your API Keys

  • Get your Unsplash API Key
  • Open Weather Map API Key
  • Add to config.js

Run Dev Environment

$ npm run dev
$ chrome localhost:8080/webpack-dev-server/

TODO

  • Change API to Yahoo or other more reliable weather
  • Include Google API to give location suggestion
  • Include API to change background related to the location
  • Refactor the code and organize everything