Comparing version 0.4.0 to 0.4.1
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "opmltojs.js", | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -9,7 +9,9 @@ ## opmlToJs package | ||
It's an attempt to once and for all solve the problem of making it really easy to read OPML files in JavaScript apps. | ||
opmlToJs is an attempt to once and for all solve the problem of making it really easy to read OPML files in JavaScript apps. | ||
I've been using <a href="https://www.npmjs.com/package/opmlparser">OpmlParser</a> to do this, but the xml2Js package is more what I need, so I am going to transition to using this package for my serverside OPML parsing needs. | ||
It builds on the <a href="https://github.com/Leonidas-from-XIV/node-xml2js">xml2Js</a> package. | ||
Note this package does not expand OPML includes. | ||
See the <a href="https://github.com/scripting/opmlToJs/blob/master/test.js">test.js</a> app for an example of how to call it. | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3465
17