{"id":18063064,"url":"https://github.com/stagas/task-progress","last_synced_at":"2025-04-05T13:23:53.217Z","repository":{"id":138086347,"uuid":"8875600","full_name":"stagas/task-progress","owner":"stagas","description":"Shows native OS task progress for node apps.","archived":false,"fork":false,"pushed_at":"2013-03-19T11:19:23.000Z","size":108,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T08:45:44.313Z","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/stagas.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":"2013-03-19T10:06:08.000Z","updated_at":"2019-07-15T17:45:26.000Z","dependencies_parsed_at":"2023-06-19T18:25:53.882Z","dependency_job_id":null,"html_url":"https://github.com/stagas/task-progress","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagas%2Ftask-progress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagas%2Ftask-progress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagas%2Ftask-progress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stagas%2Ftask-progress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stagas","download_url":"https://codeload.github.com/stagas/task-progress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247340503,"owners_count":20923275,"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-10-31T05:09:15.990Z","updated_at":"2025-04-05T13:23:53.190Z","avatar_url":"https://github.com/stagas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# task-progress\n\nShows native OS task progress for node apps (wherever supported).\n\nCould be used for downloaders, load indicators or any kind of metrics.\n\n\u003cimg src=\"http://i.imgur.com/4BpNBHb.png\" border=\"0\" /\u003e\n\n## Installing\n\n```sh\n$ npm install task-progress\n```\n\n## Using\n\nJust one function, `progress(n)` where `n` is a number in the range **0-100**.\n\nIt removes itself when passed anything outside that range.\n\n```js\nvar progress = require('task-progress')\n\nprocess.title = 'My app'\n\nprogress(15) // changes title to: `{15%} My app`\n\nprogress(100) // resets title back to: `My app`\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstagas%2Ftask-progress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstagas%2Ftask-progress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstagas%2Ftask-progress/lists"}