PopDiana / shopbot

General product searching interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A shopbot application capable of searching products from different retailers (Amazon, BestBuy, Ebay) and filtering the results based on user choices. The API responses are converted from JSON to RDF triples and parsed to retrieve product information and match search criteria.

Rainforest API

Get the Rainforest API key from here and replace it in AmazonService.js.

const params = { api_key: "########", ...

Ebay Product Catalog API

Get the user auth token for production environment from here and replace it in EbayService.js.

const token = '########';

Getting started

  1. Clone the Best Buy API Playground

  2. Open a new tab in your terminal. In the Best Buy API Playground, run npm install

  3. Run npm start

  4. From the command line, run npm install within this project.

  5. Run npm start to open with localhost.

  6. Go to localhost:3000 to view the project.

About

General product searching interface


Languages

Language:JavaScript 89.5%Language:CSS 9.2%Language:HTML 1.2%