Implementation of the interface for the weather API
Video Presentation
- The application, is wirrent in React.JS, so you need install NodeJS
- Clone repository in your directory
git clone https://github.com/x4lva/react-weather-app
cd react-weather-app
- Install dependecies and launch app using comand line
npm install
npm run start