twitter-rss-noauth

1.0.1 • Public • Published

twitter-rss-noauth

retrieves a Twitter timeline and outputs an RSS feed -- without Twitter API authentication!

background

Like rss-twitter, but without using the restrictive Twitter API! Huzzah for open access without authentication!

installation

$ npm i twitter-rss-noauth

usage

var twitterRss = require('twitter-rss-noauth')
 
twitterRss('noffle', function (err, feed) {
  // output an RSS 2.0 feed to stdout
  console.log(feed)
})

api

var twitterRss = require('twitter-rss-noauth')

twitterRss(username, cb(err, feed))

Specify a username of the timeline you want. The callback cb will contain an optional error as its first parameter, and a string containing the RSS feed as its second parameter.

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i twitter-rss-noauth

Weekly Downloads

3

Version

1.0.1

License

none

Last publish

Collaborators

  • noffle
  • sww