1.0.2 • Published 2 years ago

json-to-xml-converter v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Json to XML converter

json-to-xml node.js package made to pass the https://github.com/Imagination-Media/retrieve-test test

Follow the following commands to instal and use the package

  1. Install the package ->

npm i json-to-xml-converter

  1. Use the installed package in your project file ->

const jsonConverter = require('json-to-xml-converter');

  1. Make sure you have the "order.json" file in the root directory of your project folder

  2. Run the script by initializing it ->

jsonConverter();

  1. The package will generate "results.xml" in your root directory
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago