/react-weather-app

A weather application written in React

Primary LanguageTypeScript

About

This weather app is written using React and React-Redux.
Data is pulled from OpenWeatherMap (for current weather) and Google Maps (for cities auto-completion).
Demo

Requirements

  1. Register and retrieve your OpenWeatherMap API key.
  2. Register and retrieve your Google Maps API Key.

Usage

Follow the next steps in order to use this project:

  1. Clone the project into a local folder.
  2. Move into the project's directory, and install dependencies:
cd react-weather-app
npm install
  1. Create a .env file and enter the following keys:
REACT_APP_GOOGLE_GEOCODE_API=<YOUR GOOGLE API KEY>
REACT_APP_OWM_API_KEY=<YOUR OWM API KEY>
  1. npm run

Happy tinkering :)