livejournal-feeds

0.1.1 • Public • Published

What is it?

A tool for fetching LiveJournal RSS feeds including private posts

Installation

npm install livejournal-feeds

API

var ljFeeds = require('livejournal-feeds');
var FeedsClient = new ljFeeds(YOUR_USERNAME, YOUR_PASSWORD);

// get original OPML with feeds
FeedsClient.collectOPML(function (err, xmlData) {
	if (err)
		throw new Error(err);

	// do smth with xmlData
});

// get your friend RSS
FeedsClient.fetch(LOVELY_FRIEND_USERNAME, function (err, xmlData) {
	if (err)
		throw new Error(err);

	// do smth with xmlData
});

// you can also pass community name as well as username. Enjoy!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    1

Package Sidebar

Install

npm i livejournal-feeds

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • 1999