0.0.9 • Published 7 years ago

reddit-crawl v0.0.9

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

reddit crawl

http://pictureddit.com/

install

npm i -g reddit-crawl

usage

reddit -r earthporn --limit 2 --info
-r

subreddit name

--limit

page limit

--info

title, link information is returned with photo

install

npm i --save reddit-crawl

usage

const reddit = require('reddit-crawl')

reddit(
  { r: 'food' },
  p => p.then(pictures => {
    console.log(pictures)
  })
)
0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago