opml-generator.js
Generate opml from object.
Installation
npm install opml-generator
Usage
var header ="title": "title-text""dateCreated": 2014 2 9"ownerName": "azu";var outlines =text: "txt"title: "title-text"type: "rss""xmlUrl": "http://example.com/rss""htmlUrl": "http://example.com/"text: "txt"title: "title-text"type: "rss""xmlUrl": "http://example.com/rss""htmlUrl": "http://example.com/";;// => XML
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT