{"id":13398172,"url":"https://github.com/lipka/piecon","last_synced_at":"2025-05-15T03:08:52.245Z","repository":{"id":4150986,"uuid":"5265008","full_name":"lipka/piecon","owner":"lipka","description":"A tiny javascript library for generating progress pie charts in your favicon.","archived":false,"fork":false,"pushed_at":"2022-10-12T17:56:44.000Z","size":67,"stargazers_count":2311,"open_issues_count":8,"forks_count":114,"subscribers_count":114,"default_branch":"master","last_synced_at":"2025-05-10T22:51:54.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lipka.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}},"created_at":"2012-08-01T21:27:02.000Z","updated_at":"2025-03-15T20:58:27.000Z","dependencies_parsed_at":"2022-09-13T15:01:57.230Z","dependency_job_id":null,"html_url":"https://github.com/lipka/piecon","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipka%2Fpiecon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipka%2Fpiecon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipka%2Fpiecon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipka%2Fpiecon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lipka","download_url":"https://codeload.github.com/lipka/piecon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254264771,"owners_count":22041794,"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":[],"created_at":"2024-07-30T19:00:19.022Z","updated_at":"2025-05-15T03:08:47.217Z","avatar_url":"https://github.com/lipka.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","JavaScript tools","React Native"],"sub_categories":["Misc"],"readme":"# Piecon\n\nPie charts in your favicon! A tiny javascript library for dynamically generating progress pie charts in your favicons.\n\nNow with retina support!\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/lipka/piecon/blob/master/example/screenshot.png?raw=true\"\u003e\u003c/p\u003e\n\nSee the [live demo here](http://lipka.github.io/piecon/).\n\n## Documentation\n\n### Basic usage\n\n```javascript\nPiecon.setProgress(12);\nPiecon.setProgress(25);\n...\nPiecon.reset();\n```\n\n### Options\n\n```javascript\nPiecon.setOptions({\n  color: '#ff0084', // Pie chart color\n  background: '#bbb', // Empty pie chart color\n  shadow: '#fff', // Outer ring color\n  fallback: false // Toggles displaying percentage in the title bar (possible values - true, false, 'force')\n});\n```\n\n### Browser Support\n\nPiecon has been tested to work completely in the following browsers (older versions may be supported, but haven't been tested):\n\n* Chrome 15+\n* Firefox 9+\n* Opera 11+\n\nCurrently the library falls back to title updates for the following browsers:\n\n* Internet Explorer 9\n* Safari 5+\n\nPiecon is retina compatible so you can enjoy pixel-perfect crisp graphics.\n\n## License\n\nLicensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).\n\n## Credits\n\nPiecon was inspired by Tom's [Tinycon](https://github.com/tommoor/tinycon).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flipka%2Fpiecon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flipka%2Fpiecon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flipka%2Fpiecon/lists"}