Skip to content

amercier/node-feedly2opml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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);

About

A NPM module that exports a Feedly account to OPML 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published