https://github.com/ishapandey3105/skycast
A stylish, responsive weather app using JavaScript, Bootstrap, and Weather API — includes smart city suggestions, real-time updates, and key hashing.
https://github.com/ishapandey3105/skycast
api-handling bootstrap5 hashing html-css-javascript
Last synced: about 1 month ago
JSON representation
A stylish, responsive weather app using JavaScript, Bootstrap, and Weather API — includes smart city suggestions, real-time updates, and key hashing.
- Host: GitHub
- URL: https://github.com/ishapandey3105/skycast
- Owner: IshaPandey3105
- Created: 2025-06-22T06:17:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T06:21:30.000Z (12 months ago)
- Last Synced: 2025-06-22T07:25:08.904Z (12 months ago)
- Topics: api-handling, bootstrap5, hashing, html-css-javascript
- Language: JavaScript
- Homepage: https://ishapandey3105.github.io/SkyCast/
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌦️ Weather App
A responsive and interactive weather application built using **HTML**, **CSS**, **JavaScript**, and **Bootstrap**, powered by live **Weather API**.
## 🚀 Features
- 🔍 Search weather by city name
- 📦 Real-time API data fetching
- 💧 Humidity, Temperature, Local Time & "Feels Like" display
- 🎨 Clean UI with Bootstrap styling
- 🧠 Smart suggestions while typing city names
- 🔐 API key is hashed for basic safety
## 🛠️ Tech Stack
- **Frontend**: HTML, CSS, Bootstrap 5
- **Logic & Interactivity**: Vanilla JavaScript
- **API Integration**: [WeatherAPI.com](https://www.weatherapi.com/)
## 🔐 API Key Handling
The API key is accessed securely via a separate JS file and kept **outside the main repo** or hashed in public view to prevent misuse.
Made with ❤️ by [Isha Pandey](https://github.com/IshaPandey3105)