Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 933 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 933 Bytes

Geo Me Weather App

A React application to fulfil all your weather needs and search any city in the world! Added some gifs for your pleasure.

giphy of my app

Features

  1. Used ipinfo to get current location. ipinfo
  2. OpenWeatherMap API for 5 day forecast. OWM
  3. Searches Giphy API for "relevant" images. Gif
  4. Google places API for a recommendation of cities you can search around the world. Places
  5. Google geocode API for retrieving lat/lng for the chosen city. Geocode

Installation

npm install

You will need to have 3 API keys one for OpenWeatherMap, Giphy and Google.

Set your keys in your bash_profile as REACT_APP_GOOGLE & REACT_APP_GIPHY & REACT_APP_WEATHER