Skip to content

serghei31/json-to-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published