{"id":23445145,"url":"https://github.com/ddosnotification/snow-theme","last_synced_at":"2026-01-21T11:33:23.841Z","repository":{"id":264583604,"uuid":"893751031","full_name":"ddosnotification/snow-theme","owner":"ddosnotification","description":"✨ Add beautiful snowfall effects to any website with a single line of code. Lightweight Christmas/Winter theme animation in pure JavaScript.","archived":false,"fork":false,"pushed_at":"2024-12-26T18:28:29.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T23:48:20.912Z","etag":null,"topics":["christmas-decoration","christmas-theme","css-animation","frontend-animation","holiday-theme","interactive-background","javascript-animation","javascript-library","lightweight-library","pure-javascript","seasonal-theme","snow-effect","snowfall-effect","vanilla-javascript","web-animation","web-effects","website-decoration","website-theme","winter-animation","winter-theme"],"latest_commit_sha":null,"homepage":"https://ddosnotification.github.io/snow-theme/demo.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddosnotification.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":"2024-11-25T06:27:28.000Z","updated_at":"2025-03-17T14:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"49123359-e780-4511-be15-e95389458d67","html_url":"https://github.com/ddosnotification/snow-theme","commit_stats":null,"previous_names":["ddosnotification/snow-theme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ddosnotification/snow-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fsnow-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fsnow-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fsnow-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fsnow-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddosnotification","download_url":"https://codeload.github.com/ddosnotification/snow-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddosnotification%2Fsnow-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["christmas-decoration","christmas-theme","css-animation","frontend-animation","holiday-theme","interactive-background","javascript-animation","javascript-library","lightweight-library","pure-javascript","seasonal-theme","snow-effect","snowfall-effect","vanilla-javascript","web-animation","web-effects","website-decoration","website-theme","winter-animation","winter-theme"],"created_at":"2024-12-23T19:29:35.903Z","updated_at":"2026-01-21T11:33:23.825Z","avatar_url":"https://github.com/ddosnotification.png","language":"HTML","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e🌨️ Snow Theme\u003c/h1\u003e\n  \u003cp\u003eAdd beautiful falling snowflakes to any website with a single line of code\u003c/p\u003e\n\n  ![License](https://img.shields.io/badge/license-MIT-blue.svg)\n  ![Size](https://img.shields.io/badge/size-2.5kb-brightgreen.svg)\n  ![Pure JS](https://img.shields.io/badge/pure-javascript-yellow.svg)\n\n---\n\u003c/div\u003e\n\n## ✨ Features\n\n- 🪶 **Lightweight** - Only 2.5kb minified\n- 📱 **Fully Responsive** - Works perfectly on all devices and screen sizes\n- ⚡ **Zero Dependencies** - Pure JavaScript, no external libraries required\n- 🎨 **Highly Customizable** - Easy to adjust snowfall density, speed, size, and more\n- 🚀 **Performance Optimized** - Automatic cleanup and limited concurrent snowflakes\n- 🔒 **Safe to Use** - Non-intrusive design, won't interfere with page interactions\n- 💻 **Cross-Browser Compatible** - Works on all modern browsers\n\n## 🚀 Quick Start\n\n### Basic Implementation\nAdd this single line of code to your website, right before the closing `\u003c/body\u003e` tag:\n\n```html\n\u003cscript src=\"https://ddosnotification.github.io/snow-theme/snow.js\"\u003e\u003c/script\u003e\n```\n\nThat's it! Your website now has beautiful falling snowflakes! ❄️\n\n### Basic Example\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n    \u003ctitle\u003eMy Winter Website\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003c!-- Your website content --\u003e\n\n    \u003c!-- Add Snow Theme --\u003e\n    \u003cscript src=\"https://ddosnotification.github.io/snow-theme/snow.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## 🎨 Customization\n\n### Available Options\n```javascript\n// Default configuration\nSnowTheme.config = {\n    snowflakes: ['❄', '❅', '❆'],      // Snowflake characters\n    density: 50,                        // Maximum number of snowflakes\n    interval: 200,                      // How often new snowflakes are created (ms)\n    minSize: 0.8,                      // Minimum snowflake size\n    maxSize: 1.5,                      // Maximum snowflake size\n    minDuration: 5,                    // Minimum fall duration (seconds)\n    maxDuration: 15,                   // Maximum fall duration (seconds)\n    wind: 20,                          // Wind effect strength\n    zIndex: 999999                     // Layer level of snowflakes\n}\n```\n\n### Customization Examples\n\n#### Light Snow\n```html\n\u003cscript src=\"https://ddosnotification.github.io/snow-theme/snow.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    SnowTheme.config.density = 30;\n    SnowTheme.config.interval = 300;\n    SnowTheme.config.maxSize = 1.2;\n\u003c/script\u003e\n```\n\n#### Heavy Snow\n```html\n\u003cscript src=\"https://ddosnotification.github.io/snow-theme/snow.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    SnowTheme.config.density = 100;\n    SnowTheme.config.interval = 100;\n    SnowTheme.config.maxSize = 2;\n    SnowTheme.config.wind = 50;\n\u003c/script\u003e\n```\n\n#### Custom Snowflakes\n```html\n\u003cscript src=\"https://ddosnotification.github.io/snow-theme/snow.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    SnowTheme.config.snowflakes = ['❄', '●', '*', '+'];\n    SnowTheme.config.minSize = 1;\n    SnowTheme.config.maxSize = 2;\n\u003c/script\u003e\n```\n\n#### Slow, Dreamy Snow\n```html\n\u003cscript src=\"https://ddosnotification.github.io/snow-theme/snow.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    SnowTheme.config.minDuration = 10;\n    SnowTheme.config.maxDuration = 20;\n    SnowTheme.config.wind = 10;\n\u003c/script\u003e\n```\n\n### Advanced Configuration\nIf snowflakes appear behind your content, adjust the z-index:\n```javascript\nSnowTheme.config.zIndex = 1000000;\n```\n\n## 🎮 Demo\n\nCheck out the live demo: [https://ddosnotification.github.io/snow-theme/demo.html](https://ddosnotification.github.io/snow-theme/demo.html)\n\n## 💡 Use Cases\n\nPerfect for:\n- 🎄 Holiday season websites\n- ⛄ Winter-themed landing pages\n- 🎁 Christmas promotions\n- ❄️ Seasonal decorations for any web project\n\n## ⚙️ Browser Support\n\n- ✅ Chrome (Latest)\n- ✅ Firefox (Latest)\n- ✅ Safari (Latest)\n- ✅ Edge (Latest)\n- ✅ Opera (Latest)\n\n## 📝 License\n\nMIT License - feel free to use in both personal and commercial projects.\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to:\n1. Fork the repository\n2. Create your feature branch\n3. Submit a pull request\n\n## ❄️ Troubleshooting\n\n### Snow not appearing?\n- Make sure the script is loaded after all other content\n- Check if the z-index is high enough (increase if needed)\n- Verify there are no JavaScript errors in the console\n\n### Performance issues?\n- Reduce the `density` value\n- Increase the `interval` value\n- Decrease the `maxSize` value\n\n## 🌟 Show Your Support\n\nIf you find this project useful, please consider:\n- Giving it a ⭐️ on GitHub\n- Sharing it with friends and colleagues\n\n## 📫 Contact\n\nHave questions? Found a bug? Please [open an issue](https://github.com/ddosnotification/snow-theme/issues)!\n\n---\n\nMade with ❄️ by ZeX\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddosnotification%2Fsnow-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddosnotification%2Fsnow-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddosnotification%2Fsnow-theme/lists"}