This repository contains a mapping compontent to translate products from XML data into SPHERE.IO products JSON format.
Install the module with: npm install sphere-stock-xml-import
Put your SPHERE.IO credentials into config.js
or generate it with execute ./create_config.sh
.
var stockXmlImport = require('sphere-store-xml-import').XmlStockImport;
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
Copyright (c) 2013 Hajo Eichler and Nicola Molinari Licensed under the MIT license.