Skip to content

Commit 30bc2ba

Browse files
committed
Better readme
1 parent 8aff21a commit 30bc2ba

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
angular-googleapi
22
=================
33

4-
angular module to integrate google apis
4+
angular-googleapi makes it easy to use google apis from angular. So far we have support for login and a couple of google calendar methods, but it should be super easy to add others.
5+
6+
Installation
7+
------------
8+
9+
````
10+
bower install angular-googleapi
11+
````
12+
13+
Or just download src/angular-googleapi.js
14+
15+
Then in your angular module add angular-googleapi as a dependency.
516

617
Demo
718
----
819

920
Clone this repo. Install node and http-server npm. Run http-server -p 8000
1021
and go to http://localhost:8000/example.html to see an app that will let you load
11-
entries from your google calendar
22+
entries from your google calendar.
23+
24+
Also, check out [LetsGitLunch](http://github.com/gaslight/letsgitlunch)

0 commit comments

Comments
 (0)