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

https://github.com/urayushjain/skylens

SkyLens is a weather website offering real-time forecasts, radar images, and detailed reports on temperature, humidity, wind speed, and air quality for locations worldwide, ensuring accurate updates
https://github.com/urayushjain/skylens

weaather website

Last synced: 3 months ago
JSON representation

SkyLens is a weather website offering real-time forecasts, radar images, and detailed reports on temperature, humidity, wind speed, and air quality for locations worldwide, ensuring accurate updates

Awesome Lists containing this project

README

        

# SkyLens - Weather Website

SkyLens is a weather website offering real-time forecasts, radar images, and detailed reports on temperature, humidity, wind speed, and air quality for locations worldwide, ensuring accurate updates.

### 🌐 Live Demo

Check out the live demo [here](https://skylens.netlify.app/).

## 🚀 Features

- **Real-time Weather Data**: Get current weather information such as temperature, humidity, and wind speed for any city.
- **Weather Icons**: Display weather conditions with corresponding icons (clouds, rain, clear, etc.).
- **Location Search**: Easily search for the weather by entering any city name.
- **Responsive Design**: Optimized for desktop and mobile viewing.
- **Detailed Weather Report**: View humidity, wind speed, and temperature at a glance.

## 📂 Project Structure

```plaintext
├── index.html # Main HTML file for structure
├── style.css # Stylesheet for UI design
├── images/ # Folder containing weather icons and images
│ ├── clear.png
│ ├── clouds.png
│ ├── drizzle.png
│ ├── rain.png
│ └── humidity.png
├── script.js # JavaScript file for fetching weather data and functionality
└── README.md # Project documentation

```

## 🛠️ Technologies Used

- **HTML5**: For structuring the web page.
- **CSS3**: For styling and layout.
- **JavaScript**: For weather data fetching, search functionality, and UI interaction.
- **OpenWeather API**: For fetching real-time weather data.

## 💻 How to Use -

1. **Visit the Website**: [SkyLens](https://skylens.netlify.app/)
2. **Enter a City Name**: Type the name of the city in the search bar.
3. **View Weather Data**: See the temperature, humidity, and wind speed for the city.
4. **Check Weather Icons**: View weather conditions based on icons (clouds, rain, clear, etc.).

## 📦 Installation

1. Clone the repository:
```bash
git clone https://github.com/URAYUSHJAIN/skylens.git
```
2. Open `index.html` in your browser.

## 🤝 Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

## 📝 License

This project is licensed under the [MIT License](LICENSE).

---

🌟 **Star this repository** if you found this project helpful! 😊