{"id":18797129,"url":"https://github.com/ianmurrays/improgress","last_synced_at":"2026-01-01T00:30:19.450Z","repository":{"id":36196259,"uuid":"40500477","full_name":"ianmurrays/imProgress","owner":"ianmurrays","description":"An Angular wrapper of NProgress.js","archived":false,"fork":false,"pushed_at":"2017-05-08T10:58:13.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-19T19:44:42.717Z","etag":null,"topics":["angular","angularjs","nprogress"],"latest_commit_sha":null,"homepage":null,"language":null,"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/ianmurrays.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":"2015-08-10T19:02:37.000Z","updated_at":"2017-06-09T15:01:01.000Z","dependencies_parsed_at":"2022-08-03T01:15:48.464Z","dependency_job_id":null,"html_url":"https://github.com/ianmurrays/imProgress","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2FimProgress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2FimProgress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2FimProgress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianmurrays%2FimProgress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianmurrays","download_url":"https://codeload.github.com/ianmurrays/imProgress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727064,"owners_count":19687097,"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":["angular","angularjs","nprogress"],"created_at":"2024-11-07T22:07:13.505Z","updated_at":"2026-01-01T00:30:19.410Z","avatar_url":"https://github.com/ianmurrays.png","language":null,"readme":"# imProgress\n\nimProgress is a wrapper of [NProgress.js][nprogress]\nthat automatically increases the bar's progress with each completed request (using an interceptor).\n\nThe loading bar increases a tiny bit with each completed request.\n\n## How to use\n\nInstall:\n\n```shell\nbower install --save imProgress\n```\n\nAdd the module to your app:\n\n```javascript\nangular.module('myApp', ['imProgress']);\n```\n\n## Configuration\n\nConfiguration can be done via the provider:\n\n```javascript\nangular.config(function (imProgressProvider) {\n  imProgressProvider.configure({\n    /* any configuration for NProgress */\n  })\n});\n```\n\nDocumentation for NProgress can be found in [their repository][nprogress].\n\n## Minimizing\n\nClosure Compiler is used to minimize the code. It is minimized using this command\n\n```bash\nclosure-compiler --js_output_file=angular-im-progress.min.js --compilation_level SIMPLE angular-im-progress.js\n```\n\nAdvanced optimizations are not used because as of now the AngularJS codebase does not support it.\n\n## Issues\n\nPlease file issues using GitHub's issue tracker.\n\n## Contributing\n\nPull requests are more than welcome!\n\n[nprogress]: https://github.com/rstacruz/nprogress\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmurrays%2Fimprogress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianmurrays%2Fimprogress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianmurrays%2Fimprogress/lists"}