@datafire/reddit_rss

DataFire integration for reddit_rss

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@datafire/reddit_rss
5.0.03 years ago7 years agoMinified + gzip package size for @datafire/reddit_rss in KB

Readme

@datafire/redditrss
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`