2.0.0 • Published 8 years ago

reddit-place-image v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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);
2.0.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago