Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/furkan-dogu/weather-app

My project showing the instant weather forecast of any settlement you are curious about
https://github.com/furkan-dogu/weather-app

async-await css html5 javascript sweetalert2

Last synced: about 5 hours ago
JSON representation

My project showing the instant weather forecast of any settlement you are curious about

Awesome Lists containing this project

README

        



# Weather App

This weather application is a simple web app that allows users to view weather information. After entering a location name, the application fetches real-time weather data using the OpenWeatherMap API and displays it on the screen.

## Live Project Link

You can access the live version of the project [here](https://weather-app-furkan.vercel.app/).

## Usage

1. Enter a location name in the "Enter Your Location" text box.
2. Click the "Search" button to display weather information.
3. When weather information is successfully retrieved, it will be displayed on the screen. If the location is not found, an appropriate error message will be shown.

## Screenshots





## Technologies Used

- HTML
- CSS
- JavaScript

## API Key

This application uses the OpenWeatherMap API. To use your own API key, update the `apiKey` variable in the `app.js` file.

```javascript
const apiKey = "YOUR_API_KEY";