A library for parsing Google Product Type Taxonomy.
const GoogleTaxonomyParser = require('./lib');
const taxonomy = new GoogleTaxonomyParser({
languages: ['tr-TR', 'en-US', 'de-DE']
})
taxonomy.execute()After the executing,
/inputfolder will be included.txtfiles./outputfolder will be included parsed/formatted.jsonfiles.