kinlane
12/1/2016 - 8:08 PM

News Headlines

News Headlines

// POST https://datafire.io/services/mail/send
function request(data) {
  return {
    body: {
      to: constants.email,
      subject: 'Headlines',
      rss: data,
    }
  }
}
// GET http://www.npr.com/rss/rss.php?id=1001
function request(data) {
  return {}
}
// GET http://www.reddit.com/r/{subreddit}/.rss
function request(data) {
  return {subreddit: 'worldnews'}
}
// GET http://feeds.nytimes.com/nyt/rss/HomePage
function request(data) {
  return {}
}
// GET http://rss.cnn.com/rss/cnn_topstories.rss

function request() {
  return {}
}

DataFire Dataflow: News Headlines

Get headlines from several news sources in your inbox

View on DataFire

Setup

Make sure your e-mail is set on the Settings tab. Then click Fire to test it out...you should have a new e-mail in your inbox.

Use the Schedule tab to set the days and times you want this e-mail, and click Save.