Skip to content

not-sol/open-weather-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

🌦️ Weather App with OpenWeatherMap API and Vanilla JavaScript

This is a simple weather app built with vanilla JavaScript. It allows users to enter a city name and get current weather data using the OpenWeatherMap API.


🔥 Features

  • Fetches live weather data from OpenWeatherMap
  • Displays:
    • City name
    • Temperature
    • Humidity
    • Weather description
    • Weather icon

👾 How to Use

  1. Clone or download this repository.

  2. Insert your API key from OpenWeatherMap into the apiKey variable in the script:

    const apiKey = 'INSERT_API_KEY_HERE';

🤓 Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published