{"id":13495813,"url":"https://github.com/bleenco/ngx-uploader","last_synced_at":"2025-05-14T20:11:09.545Z","repository":{"id":3475559,"uuid":"49713623","full_name":"bleenco/ngx-uploader","owner":"bleenco","description":"Angular File Uploader","archived":false,"fork":false,"pushed_at":"2024-01-11T03:10:40.000Z","size":1913,"stargazers_count":759,"open_issues_count":127,"forks_count":348,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-04-24T22:40:57.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ngx-uploader.jankuri.me","language":"TypeScript","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/bleenco.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-15T10:52:06.000Z","updated_at":"2025-03-26T05:40:19.000Z","dependencies_parsed_at":"2023-12-01T16:31:02.064Z","dependency_job_id":"d667c946-fb1b-4105-b7dd-f902907059d6","html_url":"https://github.com/bleenco/ngx-uploader","commit_stats":{"total_commits":301,"total_committers":69,"mean_commits":4.36231884057971,"dds":"0.37873754152823924","last_synced_commit":"182784ab4257845fabb0693e2eafb2d50a2090b0"},"previous_names":["jkuri/ng2-uploader"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bleenco%2Fngx-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bleenco%2Fngx-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bleenco%2Fngx-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bleenco%2Fngx-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bleenco","download_url":"https://codeload.github.com/bleenco/ngx-uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253193092,"owners_count":21869030,"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-31T19:01:38.466Z","updated_at":"2025-05-14T20:11:04.535Z","avatar_url":"https://github.com/bleenco.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","TypeScript"],"sub_categories":["Uncategorized"],"readme":"# ngx-uploader\n\nAngular File Uploader\n\nhttps://ngx-uploader.jankuri.me\n\n## Installation\n\nAdd `ngx-uploader` module as dependency to your project.\n\n```console\nnpm install ngx-uploader --save\n```\n\nor using `yarn`:\n\n```console\nyarn add ngx-uploader\n```\n\n- [app.module.ts](https://github.com/bleenco/ngx-uploader/blob/master/src/app/app.module.ts) is a sample how to to include `ngx-uploader` into your project.\n- [app.component.ts](https://raw.githubusercontent.com/bleenco/ngx-uploader/master/src/app/app.component.ts) defines example how to handle events in component or service.\n- [app.component.html](https://raw.githubusercontent.com/bleenco/ngx-uploader/master/src/app/app.component.html) represents HTML template with usage examples of `ngFileDrop` and `ngFileSelect` directives.\n\n## Running demo on local machine\n\n### Building demo source code\n\n```console\nnpm run build:prod\nnode dist/api/index.js\n```\n\nThen open your browser at `http://localhost:4900`.\n\n### Running demo using Docker\n\n```console\ndocker build -t ngx-uploader .\ndocker run -it --rm -p 4900:4900 ngx-uploader\n```\n\nAgain, you are ready to open your browser at `http://localhost:4900`.\n\n### LICENCE\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbleenco%2Fngx-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbleenco%2Fngx-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbleenco%2Fngx-uploader/lists"}