reddit-place-image
v2.0.0
Published
Get image for current reddit.com/r/place
Downloads
2
Readme
Get image for current reddit.com/r/place
npm i -S reddit-place-image
boardImage()
and saveBoardImage()
return promises.
const place = require('reddit-place-image');
place.boardImage().then( (board) => {
// manipulate with `jimp` npm package..
});
// or just save to bitmap file
place.saveBoardImage('place.bmp').catch(console.error);