{"id":24501070,"url":"https://github.com/thomasdev-de/star-rating","last_synced_at":"2025-08-23T14:06:04.789Z","repository":{"id":150569441,"uuid":"450107655","full_name":"ThomasDev-de/star-rating","owner":"ThomasDev-de","description":"jQuery star rating","archived":false,"fork":false,"pushed_at":"2022-11-04T22:37:17.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T07:27:01.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ThomasDev-de.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":"2022-01-20T13:26:43.000Z","updated_at":"2022-11-04T22:28:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ea7c604-ec3e-483d-98ff-5c6c5e4c1366","html_url":"https://github.com/ThomasDev-de/star-rating","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThomasDev-de/star-rating","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fstar-rating","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fstar-rating/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fstar-rating/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fstar-rating/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasDev-de","download_url":"https://codeload.github.com/ThomasDev-de/star-rating/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasDev-de%2Fstar-rating/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271751896,"owners_count":24814702,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-21T22:23:09.944Z","updated_at":"2025-08-23T14:06:04.773Z","avatar_url":"https://github.com/ThomasDev-de.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery star-rating plugin\n\n![](demo/star-rating.png)\n\n## OPTIONS\n\n```js\nlet DEFAULTS = {\n    wrapperClasses: 'p-5 shadow',\n    starIconEmpty: 'fa fa-star-o',\n    starIconFull:'fa fa-star',\n    starColorEmpty: 'lightgray',\n    starColorFull:'#FFC107',\n    starsSize: 4, // em\n    stars: 5,\n    showInfo:true,\n    titles: [\"Sehr schlecht\", \"Schlecht\", \"Mittel\", \"Gut\", \"Sehr gut!\"],\n    inputName: 'rating'\n};\n```\n\n## EVENTS\n\n```js\n// trigger when star is clicked\n$('.rating').on('change', function (e, stars, index) {\n});\n```\n\n## EXAMPLE\n\n```html\n\n\u003cdiv class=\"rating\"\u003e\u003c/div\u003e\n```\n\n```javascript\n$('.rating').starRating();\n\n$(document).on('change', '.rating', function (e, stars, index) {\n    alert(`Thx for ${stars} stars!`);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fstar-rating","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasdev-de%2Fstar-rating","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasdev-de%2Fstar-rating/lists"}