node-nyam
node-nyam copied to clipboard
nyam is a node.js CLI tool for easy posting and reading of Yammer feeds.
``` $ node cli.js -s [ Using override config at ~/.nyam_keys ] :::::: we need to give this CLI tool access to yammer ::::::: Navigate to: https://www.yammer.com/oauth/authorize?oauth_token=... /Users/sirkitree/github/node-nyam/lib/nyam.js:59 , stdio...
In new node versions this usage is removed therefore nyam -s fails.
Irrespective of what I put in ~/.nyam_keys and do nyam -s, the output from nyam --verbose does not change. If that is how it is supposed to be, how do...