WeatherWidgetReact

Using React, styled component, parcelJS to create app

Connecting to Yahoo weather API to get weather from city

Using google place api to get city photo

Run the app(used parcel for bundling)

yarn global add parcel-bundler

yarn install

yarn start (localhost:1234)

yarn test