0.1.0 • Published 11 years ago

yammer v0.1.0

Weekly downloads
20
License
-
Repository
github
Last release
11 years ago

Client library for the yammer api.

var Yammer = new require('node-yammer').Yammer;

// oauth2 access token
var yam = new Yammer({ access_token: token });
yam.messages(function(res, body) {
  console.log(body.messages);
});

Docs coming soon. But the method names in the source are pretty straight forward.