callbag-reddit

0.0.0 • Public • Published

callbag-reddit

Reddit push streams for Callbag.

Install

npm i callbag-reddit

Usage

fromReddit(r)

Streams the pages of a subreddit.

const { pipe, map, forEach } = require('callbag-basics')
const { fromReddit } = require('callbag-reddit')
 
pipe(
  fromReddit('midlyinteresting'),
  map(x => x.data.url),
  forEach(console.log)
)

Readme

Keywords

none

Package Sidebar

Install

npm i callbag-reddit

Weekly Downloads

2

Version

0.0.0

License

MIT

Unpacked Size

2.5 kB

Total Files

4

Last publish

Collaborators

  • jamen