@datafire/reddit_rss

5.0.0 • Public • Published

@datafire/reddit_rss

Client library for www.reddit.com

Installation and Usage

npm install --save @datafire/reddit_rss
let reddit_rss = require('@datafire/reddit_rss').create();

.then(data => {
  console.log(data);
});

Description

Actions

frontPage

reddit: the front page of the internet

reddit_rss.frontPage(null, context)

Input

This action has no parameters

Output

subreddit

Retrieve the RSS feed

reddit_rss.subreddit({
  "subreddit": ""
}, context)

Input

  • input object
    • subreddit required string

Output

Definitions

Feed

  • Feed object
    • feed object
      • link string
      • title string
      • feedUrl string
      • entries array
        • items object
          • id string
          • link string
          • title string
          • pubDate string
          • author string
          • content string
          • contentSnippet string

Readme

Keywords

none

Package Sidebar

Install

npm i @datafire/reddit_rss

Weekly Downloads

2

Version

5.0.0

License

MIT

Unpacked Size

4.1 kB

Total Files

4

Last publish

Collaborators

  • datafire