Skip to content

lguzzon-scratchbook/gdata-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Google Data API client for OAuth 2.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%