This web app enables users to search for weather conditions worldwide and delivers current weather information. It retrieves weather data using the OpenWeatherMap API.
https://openweathermap.org/current
- Method:
GET
- URL:
https://api.openweathermap.org/data/2.5/weather?q={CITY_NAME}&appid={API_KEY}
- Icons: public/Icons
- Font Link:
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap" rel="stylesheet">
styled-components
axios
react-scripts