App to show weather and weather for your current city.
https://kobrynovych.github.io/React_Weather_API
First clone this repository.
$ git clone https://github.com/kobrynovych/React_Weather_API.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ npm install # or yarnRun it
$ npm start # or yarn startThis is a simple react weather app using public OpenWeatherMap API.
To get user’s current location (and city), used IpApi.
Project uses:
- React
- React-redux
- React-router
- Material-ui
- Axios