You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
5
16
6
17
Demo
7
18
----
8
19
9
20
Clone this repo. Install node and http-server npm. Run http-server -p 8000
10
21
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