8000 GitHub - jamen/callbag-reddit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamen/callbag-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
)
532D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0