Skip to content

archr/xml-url-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xml-url-parser

Simple xml parser

Installation

npm install xml-url-parser

Example

const XmlUrlParser = require('xml-url-parser')

const xmlUrlParser = new XmlUrlParser({
  url: 'http://www.xml.com/file.xml',
  selector: 'item'
})

Licence

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published