/weather-check

A react-redux app that uses weatherapi to fetch weather information of a city

Primary LanguageJavaScript

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
  • 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