Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 516 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 516 Bytes

Overview

This is a redux app that allows the user to search for the weather in a city within canada. This app uses the open weather map api and google maps api to show the map of the city. When you search a graphs will be displayed with the temperature, pressure and humidity

This app also uses Redux promise as a middleware, lodash, react-sparklines libary for charts and axios for making ajax requests

To Run

1. npm install

2. npm start