Skip to content

Commit 9cc7356

Browse files
committed
docs: updated installation methods and demo links added
1 parent 5f9f1c4 commit 9cc7356

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ Resumable.js does not have any external dependencies other than the `HTML5 File
99

1010
Samples and examples are available in the `samples/` folder. Please push your own as Markdown to help document the project.
1111

12+
## Can i see a demo?
13+
[Resumable.js + angular.js file upload demo](http://resumable2.github.io/ng-resumable/) - ng-resumable extension page https://github.com/resumable2/ng-resumable
14+
15+
JQuery and node.js backend demo https://github.com/resumable2/resumable.js/tree/master/samples/Node.js
16+
17+
## How can I install it?
18+
use bower:
19+
20+
bower install resumable.js
21+
use cdn, look for available packages at http://www.jsdelivr.com/#!resumable.js
22+
23+
or use git clone
24+
25+
git clone https://github.com/resumable2/resumable.js
26+
1227
## How can I use it?
1328

1429
A new `Resumable` object is created with information of what and where to post:

0 commit comments

Comments
 (0)