5.0.0 • Published 5 years ago

@datafire/reddit_rss v5.0.0

Weekly downloads
13
License
MIT
Repository
github
Last release
5 years ago

@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
5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago