A React based weather app that displays weather data pulled from the OpenWeatherMap API
- Built with React and styled with Material UI.
- Features toggles for light/dark mode and preferred measurement units.
- Data persistence for location and settings.
- 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'
The source code for this app is licensed under the MIT license, which you can find in the LICENSE.txt file.