Real Time Weather App

Live Link

Product Name Screen Shot

Technologies used

Installation

  1. Get a free API Key at https://openweathermap.org/
  2. Clone the repo
    git clone https://github.com/omer-genc/weather-app-react.git
  3. Install NPM packages
    npm install
  4. Enter your API in .env
    const REACT_APP_API_KEY = 'ENTER YOUR API';
  5. Run
    npm start