Interface to http://hackaday.com blog. Read latest posts into your terminal using Node.js.
Because it's annoying to open the browser to see what's new on hackaday.
Make sure you have node/npm installed:
sudo npm install -g hackaday
After installation just type hackaday
and you'll see latest posts into your terminal.
To open it in Browser, press the link beneath each article.
Use from javascript
var hackaday = require('hackaday');
hackaday.get(function(posts) {
console.log(posts.title.green);
});
0.1.1
- Return readable stream data
- Send callback and read it
0.0.3
: Republish0.0.2
: Create bin/lib dir structure, refactor code0.0.1
: Release on npmjs0.0.0
: First working program.
See the LICENSE file.