ldr-export-opml

Convert exported json from LDR to opml with Rate.

MIT License

Downloads
12
Stars
4
Committers
1

ldr-export-opml Build Status

Convert exported json from LDR to opml with rate.

LDR****OPML(XML)

Live Dwango ReaderRSS

  • Node.js 6>=
  • ldr.json

Install

Install with npm:

npm install ldr-export-opml -g

Usage

Usage
  $ ldr-export-opml ldr.json

Options:

  --output path to output
  
Examples
  $ ldr-export-opml path/to/ldr.json
  $ cat path/to/ldr.json | ldr-export-opml 

How to get ldr.json

ldr.json is response of http://reader.livedoor.com/api/subs?unread=0 API.

  1. ""
  2. http://reader.livedoor.com/api/subs?unread=0
  3. ldr.json

ldr.json

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT azu