opmltotext

0.2.0 • Public • Published

opmltotext

This is a node.js library that parses OPML and returns text. It generates output using specified indentation and comment prefix strings.

NPM

Installation

$ npm install opmltotext

Example

var fs = require('fs')
  , OpmlToText = require('opmltotext')
 
var opml = fs.readFileSync('example.opml', 'utf8')
var text = OpmlToText.getText(opml)

API

OpmlToText.getText(opmlText, [commentPrefix], [indentation])

  • opmlText String
  • commentPrefix String default '//'
  • indentation String default ' ' (two spaces)

Readme

Keywords

Package Sidebar

Install

npm i opmltotext

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

6.9 kB

Total Files

7

Last publish

Collaborators

  • andrewshell