Giter Club home page Giter Club logo

google-product-category-finder's Introduction

Netlify Status

Google Product Category Finder

A browser only site to find the Google Product Category ID for any product type by simply searching in the Web Interface. Built using Next.js and Typescript.

How it works

The app uses the official list of Product Taxonomy by Google, last updated on 2019-07-10.

You can find the original data here

At the root directory of the project, there contains a script.js file, which parses this data into a Javascript readable JSON format with the following schema:

[
    {
        "id": 0,
        "level1": "Level 1 of taxonomy (Optional)",
        "level2": "Level 2 of taxonomy (Optional)", 
        "level3": "Level 3 of taxonomy (Optional)", 
        "level4": "Level 4 of taxonomy (Optional)", 
        "level5": "Level 5 of taxonomy (Optional)", 
        "level6": "Level 6 of taxonomy (Optional)",
    }

]

The Web App is browser only. Which means no API calls or backend is required to search and query this data. This is achieved by the Open Source library Fuse.js. You can read more about them here.

Contributing

Local Setup

  1. Fork this project and clone it locally
  2. Do yarn install to install the dependencies.
  3. Run yarn dev to and then visit localhost:3000 in your browser

This repo is commitizen friendly

It is recommended to commit with git cz instead of git commit.

Maintainers

@manishprivet - Manish Kumar

Powered By

Maalexi - Maalexi is a secured B2B digital marketplace for African Buyers to get Excess Inventory Items delivered from Manufacturers in India, UAE and Europe.

google-product-category-finder's People

Contributors

manishprivet avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.