{"id":26491638,"url":"https://github.com/edisedis777/slow-weather","last_synced_at":"2026-05-02T05:03:19.330Z","repository":{"id":278774783,"uuid":"936735774","full_name":"edisedis777/slow-weather","owner":"edisedis777","description":"Slow Weather is an interactive web application that visualizes weather data as a dynamic landscape. Built with HTML, CSS, and JavaScript, it fetches real-time weather information from the Open-Meteo API and transforms it into a scenic display featuring a terrain shaped by hourly temperatures, and rain, snow, and clouds.","archived":false,"fork":false,"pushed_at":"2025-05-02T06:12:48.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-02T07:24:40.182Z","etag":null,"topics":["landscape","slow","slow-weather","weather"],"latest_commit_sha":null,"homepage":"https://edisedis777.github.io/slow-weather/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edisedis777.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-21T15:43:31.000Z","updated_at":"2025-05-02T06:12:51.000Z","dependencies_parsed_at":"2025-02-21T16:39:44.294Z","dependency_job_id":"95926ed1-e322-4d80-8334-b836ce925e97","html_url":"https://github.com/edisedis777/slow-weather","commit_stats":null,"previous_names":["edisedis777/slow-weather"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edisedis777/slow-weather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fslow-weather","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fslow-weather/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fslow-weather/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fslow-weather/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edisedis777","download_url":"https://codeload.github.com/edisedis777/slow-weather/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edisedis777%2Fslow-weather/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263091026,"owners_count":23412343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["landscape","slow","slow-weather","weather"],"created_at":"2025-03-20T08:49:58.644Z","updated_at":"2026-05-02T05:03:19.261Z","avatar_url":"https://github.com/edisedis777.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slow-Weather\n[![Visual Studio Code](https://custom-icon-badges.demolab.com/badge/Visual%20Studio%20Code-0078d7.svg?logo=vsc\u0026logoColor=white)](#)\n[![HTML](https://img.shields.io/badge/HTML-%23E34F26.svg?logo=html5\u0026logoColor=white)](#)\n[![CSS](https://img.shields.io/badge/CSS-1572B6?logo=css3\u0026logoColor=fff)](#)\n[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript\u0026logoColor=000)](#)\n[![Markdown](https://img.shields.io/badge/Markdown-%23000000.svg?logo=markdown\u0026logoColor=white)](#)\n\n**🌤️ Slow Weather** is an interactive web application that visualizes weather data as a dynamic landscape. Built with HTML, CSS, and JavaScript, it fetches real-time weather information from the [Open-Meteo API](https://open-meteo.com/) and transforms it into a scenic display featuring a terrain shaped by hourly temperatures, a swaying leaf indicating wind speed, and atmospheric effects like rain, snow, and clouds.\n\n\n\u003cimg width=\"399\" alt=\"Screenshot 2025-02-21 at 21 59 56\" src=\"https://github.com/user-attachments/assets/822928d6-1ffb-4a96-a0d7-7b2a999006e8\" /\u003e\n\n\n### 🎉 Demo:\nTry it Live: [Here](https://edisedis777.github.io/slow-weather/)\n\n\n### ☁️ Features\n- **Dynamic Terrain**: The landscape’s height varies with hourly temperature data over a 24-hour period.\n- **Weather Effects**: \n  - Raindrops or snowflakes fall based on precipitation levels and temperature (rain if \u003e 0°C, snow if \u003c 0°C).\n  - Clouds drift across the sky proportional to cloud cover.\n  - Day/night sky transitions.\n- **Time Axis**: Integrated at the terrain’s base, showing 6-hour intervals (00:00, 06:00, 12:00, 18:00, 24:00).\n- **Temperature Toggle**: Switch between Celsius and Fahrenheit with a button anchored to the terrain.\n- **Responsive Design**: Rounded corners and a clean layout adapt to various screen sizes.\n\n### 💽 Installation:\n**Clone the Repository**:\n   bash\n   git clone\n   cd weather-landscape\n### Open the Project:\nNo dependencies required! Simply open index.html in a modern web browser (e.g., Chrome, Firefox).\nAlternatively, serve it locally using a tool like Live Server in VS Code:\nbash\nnpx live-server\n\n### ⌨️ Usage\nEnter a City:\nType a city name (e.g., \"London\", \"New York\") into the input field and press Enter or click \"Show Weather\".\n\n### 🗺️ Explore the Landscape:\nObserve the terrain shaping based on the city’s hourly temperature forecast.\nWatch the leaf sway with wind speed, and note precipitation effects (rain/snow).\nToggle between °C and °F using the button at the terrain’s base.\n\n### 🦜 Interact:\nThe sun/moon adjusts with day/night status, and clouds reflect current cloud cover.\nThe time axis aligns with the terrain’s 24-hour temperature profile.\nZen mode for a distraction-free experience.\n\n### ⚙️ How It Works\nData Source: Uses Open-Meteo’s free weather API for current and hourly forecast data **(no API key required).**\n\nTech Stack:\n#### HTML: Structure for the landscape and UI elements.\n#### CSS: Styling with animations (swaying leaf, drifting clouds, falling precipitation).\n#### JavaScript: Fetches weather data, updates the SVG terrain, and manages dynamic effects.\n\n### 🥡 Key Components:\nSVG terrain with integrated time axis.\nTemperature-driven precipitation and color changes.\n\n### 📔 Contributing\nContributions are welcome! \n\n### 🎥 Credits\n- Weather Data: Open-Meteo\n- Inspiration: Adapted from the concept of weather_landscape by lds133, reimagined as a web-based visualization.\n\n### ⚖️ License\nDistributed under the GNU Affero General Public License v3.0 License. See `LICENSE` for more information.\n\n\u003cdiv align=\"right\"\u003e\n\n[Back To Top ⬆️](#Slow-Weather)\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedisedis777%2Fslow-weather","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedisedis777%2Fslow-weather","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedisedis777%2Fslow-weather/lists"}