Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/furkan-dogu/weather-app
- Owner: furkan-dogu
- Created: 2023-11-18T17:10:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T11:33:08.000Z (12 months ago)
- Last Synced: 2023-11-29T11:24:18.860Z (12 months ago)
- Topics: async-await, css, html5, javascript, sweetalert2
- Language: JavaScript
- Homepage: https://weather-app-furkan.vercel.app/
- Size: 374 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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";