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

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.

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)