Skip to content

kerimtdev/node-google-taxonomy-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Product Type Taxonomy Parser

A library for parsing Google Product Type Taxonomy.

Usage

const GoogleTaxonomyParser = require('./lib');

const taxonomy = new GoogleTaxonomyParser({
  languages: ['tr-TR', 'en-US', 'de-DE']
})

taxonomy.execute()

After the executing,

  • /input folder will be included .txt files.
  • /output folder will be included parsed/formatted .json files.

About

A library for parsing Google Product Type Taxonomy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published