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!

Readme

Keywords

none

Package Sidebar

Install

npm i livejournal-feeds

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • 1999