An app that uses weatherapi to fetch weather information of a city
For React-only version of the working app, checkout the react-only
branch
- Clone
git clone [email protected]:akritibhusal/weather-check.git
- Get your API keys from WeatherAPI
- Setup .env file with following variables
- REACT_APP_WEATHER_API_KEY=<YOUR_KEY>
- REACT_APP_WEATHER_API_URL=<API_HOSTNAME>
npm install
npm run start