yammer

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i yammer

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • smurthas
  • polotek