Skip to content

React based weather widget that displays weather data pulled from the OpenWeatherMap API

License

Notifications You must be signed in to change notification settings

dtenglish/React-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Weather Forecast

A React based weather app that displays weather data pulled from the OpenWeatherMap API

Home page

Basic Information

  • Built with React and styled with Material UI.
  • Features toggles for light/dark mode and preferred measurement units.
  • Data persistence for location and settings.

Getting Started

  • Sign up for an API key at openweathermap.org
  • Create an .env.local file in the root directory, add the following contents to the file:
REACT_APP_API_KEY = ***Your API key***
REACT_APP_API_URL = 'https://api.openweathermap.org/data/2.5'

License

The source code for this app is licensed under the MIT license, which you can find in the LICENSE.txt file.

About

React based weather widget that displays weather data pulled from the OpenWeatherMap API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published