A React application to fulfil all your weather needs and search any city in the world! Added some gifs for your pleasure.
- Used ipinfo to get current location. ipinfo
- OpenWeatherMap API for 5 day forecast. OWM
- Searches Giphy API for "relevant" images. Gif
- Google places API for a recommendation of cities you can search around the world. Places
- Google geocode API for retrieving lat/lng for the chosen city. Geocode
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