Find the current weather any city on europe and earth with this web app
Simple React web application written with jsx that returns the current weather. The app is build with Create-react-app
and
- OpenWeatherMap's API.
- Rest Countries API too.
- React Router
- Axios for easy http requests
- Clone the repository
- Run
npm install
oryarn install
to install all needed dependencies on your terminal. - In the other command prompt run
npm start
oryarn start
. These commands do the same thing: Starting your server to host the web app. - Navigate to
localhost:3000
to see the app in action