Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murhafsousli/ngx-fire-uploader
Angular Fire Uploader
https://github.com/murhafsousli/ngx-fire-uploader
dropzone file fire-storage firebase images storage uploader
Last synced: about 1 month ago
JSON representation
Angular Fire Uploader
- Host: GitHub
- URL: https://github.com/murhafsousli/ngx-fire-uploader
- Owner: MurhafSousli
- License: mit
- Created: 2018-02-27T20:34:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T18:13:01.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T22:56:40.135Z (7 months ago)
- Topics: dropzone, file, fire-storage, firebase, images, storage, uploader
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/ngx-fire-uploader
- Size: 1.31 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Fire Uploader
Fire Uploader is a plugin that extends `AngularFireStorage` service to help you manage files upload easily.
[![demo](https://img.shields.io/badge/demo-online-ed1c46.svg)](https://ngx-fire-uploader.stackblitz.io)
[![npm](https://img.shields.io/npm/v/@ngx-fire-uploader/core.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/@ngx-fire-uploader/core)
[![travis](https://travis-ci.com/MurhafSousli/ngx-fire-uploader.svg?branch=master)](https://travis-ci.org/MurhafSousli/ngx-fire-uploader)
[![downloads](https://img.shields.io/npm/dt/@ngx-fire-uploader/core.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/@ngx-fire-uploader/core)
[![license](https://img.shields.io/npm/l/express.svg?maxAge=2592000)](/LICENSE)**This project is divided into 3 modules:**
- @ngx-fire-uploader/core
- @ngx-fire-uploader/photo
- @ngx-fire-uploader/managerThe documentation is at the [wiki page](https://github.com/MurhafSousli/ngx-fire-uploader/wiki)
- [Stackblitz Template](https://stackblitz.com/edit/ngx-fire-uploader) - Remember to set your Firebase configuration in `app/app.module.ts`.
This project is still in beta, I need your feedback and your contribution is extremely welcome!
Besides bug reports and feature requests, I would like to know your opinion about:- Improvable of options and customization
- Suggestions of adding useful common upload tasks (e.g. renaming, resizing, compressing ...etc).
- Suggestions of removing extra features that you think are unnecessary.
- Improve the documentations and fix my grammar mistakes :)## Author
**Murhaf Sousli**
- [github/murhafsousli](https://github.com/MurhafSousli)
- [twitter/murhafsousli](https://twitter.com/MurhafSousli)