{"id":32225962,"url":"https://github.com/caffeinalab/piegress.js","last_synced_at":"2025-10-22T09:42:08.006Z","repository":{"id":24376891,"uuid":"27776389","full_name":"caffeinalab/piegress.js","owner":"caffeinalab","description":"A small pie progress indicator","archived":false,"fork":false,"pushed_at":"2014-12-10T14:48:38.000Z","size":444,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-22T09:41:41.358Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/caffeinalab.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}},"created_at":"2014-12-09T16:44:57.000Z","updated_at":"2018-04-07T19:56:14.000Z","dependencies_parsed_at":"2022-08-22T17:30:57.643Z","dependency_job_id":null,"html_url":"https://github.com/caffeinalab/piegress.js","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/caffeinalab/piegress.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fpiegress.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fpiegress.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fpiegress.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fpiegress.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caffeinalab","download_url":"https://codeload.github.com/caffeinalab/piegress.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caffeinalab%2Fpiegress.js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280416591,"owners_count":26327043,"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-10-22T02:00:06.515Z","response_time":63,"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-10-22T09:42:06.979Z","updated_at":"2025-10-22T09:42:08.000Z","avatar_url":"https://github.com/caffeinalab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"100\" src=\"http://f.cl.ly/items/2f2R3e1s290h2f0g0J0c/example.png\"\u003e Piegress.js\n========\n\nA jQuery plugin for drawing small pie progress indicators\n\n### Demo\n\nhttps://codepen.io/lastguest/pen/qEbQpG\n\n### Install\n\nUse bower:\n\n```bash\n$ bower install piegress\n```\n\n### Options\n\nKey  | Description | Default\n------------- | ------------- |  -------\n`value`  | The starting value of progress indicator | 0\n`size`   | The size in pixels of the widget | 50 (px)\n`color`  | The base color of the widget (the middle will be in 50% opacity) | black\n`speed`  | The animation delay | 8 (ms)\n\n### Example\n\nInline options:\n\n```html\n\u003cspan class=\"loader\" data-value=\"43\" data-color=\"white\" data-size=\"35\"\u003e\u003c/span\u003e\n```\n\n```javascript\n$(\".loader\").Piegress();\n```\n\nPassing options on init:\n\n```html\n\u003cspan class=\"loader\"\u003e\u003c/span\u003e\n```\n\n```javascript\n$(\".loader\").Piegress({\n  value: 43,\n  color: '#fff',\n  size: 35\n});\n```\n\n### Change value\n\nProgress is in range 0-100\n\n```javascript\n$(\".loader\").data('Piegress').setProgress(100 * Math.random());\n```\n\n## Copyright and license\n\nCopyright 2014 [Caffeina](http://caffeina.co) srl under the [MIT license](LICENSE.md).\n\n\u003cp align=\"center\"\u003e\u003ca href=\"http://caffeina.co\" target=\"_blank\" title=\"Caffeina - Ideas Never Sleep\"\u003e\u003cimg src=\"https://github.com/CaffeinaLab/BrandResources/blob/master/caffeina-handmade.png?raw=true\" align=\"center\" height=\"65\"\u003e\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaffeinalab%2Fpiegress.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaffeinalab%2Fpiegress.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaffeinalab%2Fpiegress.js/lists"}