Description
node-buffer is a node.js module for interacting with the Buffer API. (https://buffer.com/developers/)
Examples
REST
The following code example shows how to retrieve the authenticated user's profile.
var Buffer = ; var bufferClient = access_token: 'ACCESS_TOKEN'; bufferClient;
The following code example shows how to post updates
var Buffer = ; var bufferClient = access_token: 'ACCESS_TOKEN'; bufferClient;