0.0.9 • Published 6 years ago

reddit-crawl v0.0.9

Weekly downloads
2
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago