3.0.1 • Published 10 years ago

gdata-js v3.0.1

Weekly downloads
50
License
-
Repository
-
Last release
10 years ago

gdata-js

Simple Google Data API client for OAuth 2.0 with express + connect.

npm install gdata-js

Usage

gdata-js has two methods:

  • getAccessToken(req, res, callback): Goes through the OAuth 2.0 flow to get an access token
  • getFeed(http_method, path, params, callback): Does a call to the Google Data API to get a feed object.

oauth_token must be contained in the params argument as demonstrated in test.js

Test

Enter your consumer key and secret in test.js

cd test
node test.js

open http://localhost:8553

3.0.1

10 years ago

3.0.0

11 years ago

2.0.1

12 years ago

2.0.0

12 years ago

1.0.0

12 years ago

0.1.2

12 years ago

0.1.1

13 years ago

0.1.0

13 years ago

0.0.6

13 years ago

0.0.5

13 years ago

0.0.4

13 years ago

0.0.3

13 years ago

0.0.2

13 years ago

0.0.1

13 years ago

0.0.0

13 years ago