Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.33 KB

React Weather App 🌤

A simple weather app that allows you to get current weather information, based on the city you are.

Cloning this repo

git clone https://github.com/fredzerpa/weather-app.git
cd react-weather-app
yarn
yarn start

Enviroment Variables

Create a .env file and add the keys

WEATHER_API_KEY
REACT_APP_GITHUB_ACCOUNT
REACT_APP_GITHUB_REPO
UNSPLASH_ACCESS_KEY
GEOAPIFY_API_KEY

REMEMBER TO USE YOUR OWN KEYS

Technologies

API

  • Open Weather Used to get the Hourly Forecast for the next 4 days.
  • Unsplash Used to get the Cards background images.
  • Geoapify Used to get the suggestion for the Cities on the Search Bar.