1.0.1 • Published 8 years ago

twitter-rss-noauth v1.0.1

Weekly downloads
41
License
-
Repository
github
Last release
8 years ago

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

1.0.1

8 years ago

1.0.0

8 years ago

0.3.0

8 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago