Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 961 Bytes

Netlify Status

Weather Check

An app that uses weatherapi to fetch weather information of a city

Live Demo

For React-only version of the working app, checkout the react-only branch

Tools used

Instructions

  • 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