https://github.com/blackxploit-404/simplex-weather
A simple weather app using weather API
https://github.com/blackxploit-404/simplex-weather
javascript-applications js weatherapi weatherapp
Last synced: 17 days ago
JSON representation
A simple weather app using weather API
- Host: GitHub
- URL: https://github.com/blackxploit-404/simplex-weather
- Owner: blackXploit-404
- Created: 2024-07-18T20:31:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T08:44:29.000Z (over 1 year ago)
- Last Synced: 2025-01-19T07:25:06.280Z (12 months ago)
- Topics: javascript-applications, js, weatherapi, weatherapp
- Language: CSS
- Homepage: https://simplexweather.vercel.app
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
A simple weather application that allows users to get current weather information for any city using the WeatherAPI.
## Features
- Displays current weather information including temperature, feels like temperature, condition, humidity, wind speed, pressure, visibility, and UV index.
- Shows a loading animation while fetching data.
- Responsive design.
## Technologies Used
- HTML
- CSS
- JavaScript
- WeatherAPI
## Getting Started
### Prerequisites
- A modern web browser
- Internet connection
## Usage
1. Enter the name of the city in the input box.
2. Click the "Get Weather" button.
3. Wait for the weather information to be displayed.
## Project Structure
weather-app/ │ ├── index.html ├── style.css ├── script.js └── cloudy.png as favicon
## API
This application uses the WeatherAPI to fetch current weather data.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Acknowledgments
- WeatherAPI for providing the weather data.
## Contact
If you have any questions, feel free to open an issue or contact me directly at hello@devsurajit.xyz