{"id":24501044,"url":"https://github.com/thomasdev-de/jquery-letitsnow","last_synced_at":"2026-01-03T01:04:42.268Z","repository":{"id":213261851,"uuid":"733413686","full_name":"ThomasDev-de/jquery-letItSnow","owner":"ThomasDev-de","description":"A small jQuery plugin to show your website with snowfall.","archived":false,"fork":false,"pushed_at":"2024-12-13T11:50:46.000Z","size":13163,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T00:07:20.685Z","etag":null,"topics":["configuration-management","jquery-plugin","minify","snowfall","snowflake"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasDev-de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-12-19T09:21:12.000Z","updated_at":"2025-01-15T22:26:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"27ba218a-db3d-44b6-9b1c-77b080624297","html_url":"https://github.com/ThomasDev-de/jquery-letItSnow","commit_stats":null,"previous_names":["thomasdev-de/jquery-letitsnow"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-letItSnow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-letItSnow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-letItSnow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fjquery-letItSnow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasDev-de","download_url":"https://codeload.github.com/ThomasDev-de/jquery-letItSnow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243697704,"owners_count":20332998,"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":["configuration-management","jquery-plugin","minify","snowfall","snowflake"],"created_at":"2025-01-21T22:22:59.144Z","updated_at":"2026-01-03T01:04:42.223Z","avatar_url":"https://github.com/ThomasDev-de.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery-letItSnow\n\nA small jQuery plugin to show your website with snowfall.  \nThis plugin was created on the idea\nof [Tracy Good](https://stackoverflow.com/users/17213191/tracy-good)\n([Source](https://codepen.io/onlintool24/pen/GRMOBVo)).\n\nThe number of flakes is determined by the window width. If the window is resized, the flakes are recalculated.\n\n![let it snow picture](demo/img/snowfall.gif)\n\n## options\n\n```js\nlet options = {\n    background: null, // The background of the container. This property is set as css background.\n    quantity: \"smooth\", // How many flakes should be produced? Possible values: smooth, less, medium or much\n    flake: {\n        html: \"\u0026#x2022;\", // Snow Entity\n        minSize: 2, // Minimum Flake Size\n        maxSize: 19, // Maximum Flake Size\n    },\n    colors: [\"lightblue\", \"skyblue\", \"#DDDDDD\", \"#EEEEEE\"], // Snowflake Colours\n    speed: 0.75, // The speed of the falling flakes\n    refresh: 50 // The time in milliseconds how the token should be calculated\n}\n```\n\n### example\n\n```js\n$('body').letItSnow({\n    background: \"fixed no-repeat center bottom url('demo/img/winter-landscape.png')\",\n    quantity: 'slowly',\n    flake: {\n        html: '\u003ci class=\"bi bi-snow3\"\u003e\u003c/i\u003e'\n    }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fjquery-letitsnow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasdev-de%2Fjquery-letitsnow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fjquery-letitsnow/lists"}