simple-gdata

0.1.0 • Public • Published

simple-gdata

Simple Google Data API client for OAuth 2.0 without things about getting and refreshing a token.

npm install simple-gdata

Usage

var gdata = require('simple-gdata');

client = gdata('your oauth access token');

// for example with the picasa album feed
client.getFeed("https://picasaweb.google.com/data/feed/api/user/default", function(err, body){
  console.err(err);
  console.log(body);
});

Dependents (0)

Package Sidebar

Install

npm i simple-gdata

Weekly Downloads

0

Version

0.1.0

License

ISC

Last publish

Collaborators

  • cylwin