Loading repository dataβ¦
Loading repository dataβ¦
iyoramu / repository
π€οΈ Weather Dashboard - Responsive app with dynamic weather animations. Shows temp, humidity, wind & pressure. HTML/CSS/JS. By IRUTABYOSE Yoramu.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A sleek, animated weather dashboard with dynamic backgrounds and real-time data visualization. Built with pure HTML, CSS, and JavaScript.
git clone https://github.com/iyoramu/modern-weather-dashboard-v1.git
cd modern-weather-dashboard-v1
For Local Development:
index.html in your browserFor Production:
Using the App:
async function getRealWeatherData(lat, lon) {
const API_KEY = 'your_api_key_here';
const response = await fetch(
`https://api.openweathermap.org/data/2.5/weather?lat=${lat}&lon=${lon}&appid=${API_KEY}&units=metric`
);
return await response.json();
}
MIT License
Copyright (c) 2025 IRUTABYOSE Yoramu
Made with β€οΈ by IRUTABYOSE Yoramu