feedly2opml

0.1.0-alpha.3 • Public • Published

feedly2opml

A NPM module that exports a Feedly account to OPML 2.0.

As opposed as Feedly OPML export tool, it allows to save tags.

Latest Stable Version License Build Status

Dependency Status NPM Downloads Test Coverage API Documentation Code Climate

Command-line interface

Installation

npm install -g feedly2opml

Usage

feedly2opml -t <Feedly authentication token>
# or use FEEDLY_AUTH_TOKEN env variable

Programmatic API

Package installation

npm install --save feedly2opml

Usage (ES5)

var feedlyToOpml = require('feedly2opml').default;
var xml = feedlyToOpml(token);

Usage (ES2015+)

import feedlyToOpml from 'feedly2opml';
const xml = feedly2Opml(token);

Package Sidebar

Install

npm i feedly2opml

Weekly Downloads

1

Version

0.1.0-alpha.3

License

MIT

Last publish

Collaborators

  • amercier