Skip to content

A simple React weather app that displays weather information from the OpenWeatherMap API. Try it live here:

License

Notifications You must be signed in to change notification settings

reality-farouqk/react-weather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-weather CircleCI codecov Netlify Status

A simple React weather app that displays weather information from the OpenWeatherMap API.

Home page

Getting started

  • Sign up over at openweathermap.org to get an API key.
  • Fork the project and clone it locally.
  • Create a file at the root of the project called .env.local with the following contents:
REACT_APP_API_URL = 'https://api.openweathermap.org/data/2.5'
REACT_APP_API_KEY = The API key you obtained from openweathermap.org
REACT_APP_ICON_URL = 'https://openweathermap.org/img/w'

About

A simple React weather app that displays weather information from the OpenWeatherMap API. Try it live here:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • HTML 2.8%