This project is based on https://github.com/1STi/desafio-frontend/ challenge, here i'll do a display of current wheather
Access https://www.weatherapi.com/ site;
Register / Login;
Get API Key;
Setup API to your enviroment before start app
$ export REACT_APP_WEATHERAPI_KEY="YOUR_API_KEY"
$ npm install
$ npm start