/Weather-Forecast-App

Weather forecast app with react.js 🌦🌞☔

Primary LanguageCSSMIT LicenseMIT

Weather Forecast App 🌞

See it live ↗

Getting Started

  • Sign up over at openweathermap.org and get an API key.
  • Fork the project and clone it locally.
  • Create a file at the root of the project called .env with the following contents:
REACT_APP_API_URL  = https://api.openweathermap.org/data/2.5
REACT_APP_API_KEY  = {Your api key}
REACT_APP_ICON_URL = https://openweathermap.org/img/wn/

In the project directory, you can run:

yarn start
yarn run watch

Icons