Skip to content

Commit c640da3

Browse files
committed
Update README
1 parent 29e4e83 commit c640da3

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

README.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<h1 align="center">
22
<a href="https://upload.io/uploader">
3-
<img alt="Uploader" width="276" height="80" src="https://raw.githubusercontent.com/upload-io/assets/master/logo-uploader.svg">
3+
<img alt="Angular Uploader" width="264" height="106" src="https://raw.githubusercontent.com/upload-io/angular-uploader/main/.github/assets/logo.svg">
44
</a>
55
</h1>
66

7-
<p align="center"><b>Angular File Upload Component</b><br/> (Angular Wrapper for <a href="https://upload.io/uploader">Uploader</a>)</p>
8-
<br/>
7+
<p align="center"><b>Angular File Upload Widget</b><br/> (With Integrated Cloud Storage)</p>
8+
9+
<p align="center">Angular Wrapper for <a href="https://upload.io/uploader">Uploader</a> • Developed by <a href="https://upload.io/">Upload.io</a><br/><br/></p>
10+
911
<p align="center">
1012
<a href="https://github.com/upload-io/angular-uploader/">
1113
<img src="https://img.shields.io/badge/gzipped-29%20kb-4ba0f6" />
@@ -39,10 +41,13 @@
3941
</p>
4042

4143
<h1 align="center">
42-
Quick Start — <a href="https://codesandbox.io/s/angular-uploader-urtrmz?file=/src/app/app.component.ts">Try Live Demo</a>
44+
Quick Start —
45+
<a href="https://codesandbox.io/s/angular-uploader-urtrmz?file=/src/app/app.component.ts">Try Live Demo</a>
4346
</h1>
4447

45-
<p align="center">To create a file upload button:</p>
48+
<p align="center"><a href="https://upload.io/uploader"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/upload-io/angular-uploader/main/.github/assets/demo.webp"></a></p>
49+
50+
<p align="center">To implement the above widget:</p>
4651

4752
```shell
4853
npm install angular-uploader
@@ -256,9 +261,23 @@ The callbacks receive a `Array<UploaderResult>`:
256261

257262
## Full Documentation
258263

259-
`angular-uploader` is an Angular wrapper for `uploader`.
264+
Angular Uploader is a wrapper for Uploader — see the **[Uploader Docs](https://github.com/upload-io/uploader#%EF%B8%8F-configuration)** 📖
265+
266+
## Where are my files stored?
267+
268+
Uploader uses [Upload.io](https://upload.io) as a storage and file hosting backend.
269+
270+
Upload.io benefits developers with:
271+
272+
- Zero Setup (Start uploading in the next few minutes!)
273+
- Pre-Integrated Storage (All you need is an Upload API key)
274+
- Fast File Hosting (Worldwide CDN, 300 Nodes)
275+
- Powerful Rules Engine (Rate Limiting, Traffic Limiting, IP Blacklisting, Expiring Links, etc)
276+
- File Transformations (Image Resizing, Cropping, Optimization, etc)
277+
278+
### Can I bring my own file storage?
260279

261-
Please see: **[Uploader Docs](https://github.com/upload-io/uploader#%EF%B8%8F-configuration)**.
280+
Uploader's USP is to provide developers with the least amount of work possible, while remaining customizable. As such, Uploader will always be closely integrated with the Upload.io platform, and there are currently no plans to support custom backends. You may, however, sync files from your Upload.io account to a custom storage target.
262281

263282
## Contribute
264283

0 commit comments

Comments
 (0)