1.0.2 • Published 7 years ago

xml2jsonfeed v1.0.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

XML to JSON Feed

Synopsis

This is a microservice to take an XML feed and simply transform it to JSON

Code Example

The feed can be started via the command line.

xjf 'http://example.com/service'

or

xjf -p 8000 'http://example.com/service'

Motivation

Sometimes I want json instead of xml!

Installation

npm install xml2jsonfeed -g

API Reference

var config = {
  url: options.url,
  port: options.port
}

var server = new XML2JsonFeed(config);

Tests

None right now :(

Contributors

You're heartily encouraged to start issues or pull requests

License

Apache-2