{"id":23053620,"url":"https://github.com/component/progress","last_synced_at":"2025-08-15T04:30:49.970Z","repository":{"id":4247763,"uuid":"5373093","full_name":"component/progress","owner":"component","description":"Circular progress indicator using Canvas","archived":false,"fork":false,"pushed_at":"2013-10-09T23:40:40.000Z","size":132,"stargazers_count":30,"open_issues_count":1,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-03T07:05:27.898Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/component.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","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-10T18:49:25.000Z","updated_at":"2024-08-18T01:20:26.000Z","dependencies_parsed_at":"2022-09-17T22:05:35.166Z","dependency_job_id":null,"html_url":"https://github.com/component/progress","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/component/progress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fprogress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fprogress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fprogress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fprogress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/component","download_url":"https://codeload.github.com/component/progress/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/component%2Fprogress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270523874,"owners_count":24600186,"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-15T02:00:12.559Z","response_time":110,"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":"2024-12-16T00:18:55.588Z","updated_at":"2025-08-15T04:30:49.709Z","avatar_url":"https://github.com/component.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Progress\n\n  Circular progress indicator using canvas.\n\n  ![js progress indicator component](http://f.cl.ly/items/1i0B0D1i1D1Y1e1M1S08/Screen%20Shot%202012-08-10%20at%2011.48.22%20AM.png)\n\n## Installation\n\n```\n$ npm install progress-component\n```\n\n## Example\n\n```js\nvar Progress = require('progress');\n\nvar progress = new Progress;\ndocument.body.appendChild(progress.el);\n\nvar n = 0;\nvar id = setInterval(function(){\n  if (n == 100) clearInterval(id);\n  progress.update(n++);\n}, 50);\n```\n\n## API\n  \n### Progress#update(n)\n\n  Update the indicator to `n` and re-draw.\n\n### Progress#font(family)\n\n  Change the font to `family`.\n\n### Progress#fontSize(n)\n\n  Change the font size to `n`.\n\n### Progress#size(n)\n\n  Change the indicator diameter to `n`, defaults to 50.\n\n## License\n\n  MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomponent%2Fprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomponent%2Fprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomponent%2Fprogress/lists"}