Yahoo Weather App

Given a location, fetch the weather forecast from Yahoo Weather API.

Built with React and with Webpack as the build tool.

Installation

With Yarn:

$ yarn
$ yarn start

With NPM:

$ npm
$ npm run start

To build the production folder run yarn run production and will be generated a ./dist folder with the minified code.