gdata-js

3.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i gdata-js

Weekly Downloads

2

Version

3.0.1

License

none

Last publish

Collaborators

  • smurthas