File tree 8 files changed +38
-76
lines changed
8 files changed +38
-76
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules
3
+ bower_components
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Github Repo Demonstration] ( http://f.cl.ly/items/2I3u29002A1g2w1R1I0X/Screen%20Shot%202013-01-17%20at%202.16.36%20PM.png )] ( http://zenorocha.github.com/jquery-github/ )
4
4
5
+ ## Getting started
6
+
7
+ Three quick start options are available:
8
+
9
+ * [ Download latest release] ( https://github.com/zenorocha/jquery-github/releases )
10
+ * Clone the repo: ` git@github.com:zenorocha/jquery-github.git `
11
+ * Install with [ Bower] ( http://bower.io ) : ` bower install bootstrap `
12
+
13
+ ## Setup
14
+
15
+ Use [ Bower] ( http://bower.io ) to fetch all dependencies and you're ready to go:
16
+
17
+ ``` sh
18
+ $ bower install
19
+ ```
20
+
5
21
## Usage
6
22
7
23
Create an attribute called ` data-repo ` :
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " jquery-github" ,
3
+ "version" : " 0.3.2" ,
4
+ "homepage" : " https://github.com/zenorocha/jquery-github" ,
5
+ "authors" : [
6
+ " Zeno Rocha <hi@zenorocha.com>"
7
+ ],
8
+ "description" : " A jQuery plugin to display your Github Repositories." ,
9
+ "main" : " src/jquery.github.js" ,
10
+ "keywords" : [
11
+ " jquery" ,
12
+ " github"
13
+ ],
14
+ "license" : " MIT" ,
15
+ "dependencies" : {
16
+ "zepto" : " ~1.0.0" ,
17
+ "jquery" : " ~2.0.3"
18
+ }
19
+ }
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ <h1>jQuery Github</h1>
34
34
35
35
< img id ="github-logo " src ="img/github-cat.png " alt ="Github Cat " />
36
36
37
- < script src ="../lib/zepto.min.js "> </ script >
38
- < script src ="../lib/zepto.data.js "> </ script >
37
+ < script src ="../bower_components/zepto/zepto.min.js "> </ script >
39
38
< script src ="../src/jquery.github.js "> </ script >
40
39
41
40
< script >
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h1>jQuery Github</h1>
34
34
35
35
< img id ="github-logo " src ="img/github-cat.png " alt ="Github Cat " />
36
36
37
- < script src ="../lib /jquery.min.js "> </ script >
37
+ < script src ="../bower_components/jquery /jquery.min.js "> </ script >
38
38
< script src ="../src/jquery.github.js "> </ script >
39
39
40
40
< script >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments