An open API service indexing awesome lists of open source software.

https://github.com/darthdevv/weather-app

This project is a weather app created using html, css and javascript
https://github.com/darthdevv/weather-app

css html javascript openweathermap-api weather-app

Last synced: 5 months ago
JSON representation

This project is a weather app created using html, css and javascript

Awesome Lists containing this project

README

          

# Weather App ๐ŸŒฆ๏ธ

## Overview

This is a simple weather app that allows users to check the current weather conditions for a specific location. The application fetches real-time weather data from a third-party API and displays it in a user-friendly interface.

## Features ๐Ÿ’ 

- Current weather information, including temperature, humidity, wind speed, and weather description.
- Search functionality to find weather data for different locations.
- Responsive design for a seamless experience on various devices.

## Technologies Used โŒจ๏ธ

- HTML
- CSS
- JavaScript

## API Used ๐Ÿ“Ÿ

This app uses the OpenWeatherMap API to retrieve weather data. You'll need to sign up for a free API key and replace the placeholder in the code with your own key.

[OpenWeatherMap API](https://openweathermap.org/api)

## Setup Instructions ๐Ÿ“

1. Clone the repository:

```bash
git clone https://github.com/your-username/weather-app.git

2. Open the index.html file in a web browser.

3. Obtain an API key from OpenWeatherMap and replace the placeholder in the script.js file:

```javascript
const apiKey = 'your-api-key';
```

4. Save the changes and refresh the web page.

## Usage โ”
Enter the name of a city or location in the search bar.

Press the "Search" button.

View the current weather conditions for the specified location.

## Screenshots โ˜€๏ธโ˜๏ธ๐Ÿ’งโ„๏ธ
demo

## License โš–๏ธ
This project is licensed under the MIT License - see the LICENSE file for details.

## Acknowledgments ๐Ÿ—ฃ๏ธ
I would like to thank OpenWeatherMap for providing the weather data API.