Skip to content

AnthonyZhang220/Explore-Amazon-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explore-Amazon-API


logo

API URI

Explore Amazon gives you access to Amazon product details such as prices, ranks, reviews & offers, etc. in JSON format.

Table of Contents

Introduction

Build Status Coveralls PRs Welcome Commitizen friendly

Features

  • Provide Amazon products information for end users
  • Code Snippets for API requests
const axios = require("axios");

const options = {
  method: 'GET',
  url: 'https://explore-amazon.p.rapidapi.com/search/EVGA%20graphics%20card',
  params: {api_key: '428371430a6e9fd56dcaa1c622159d86'},
  headers: {
    'X-RapidAPI-Key': 'b323bfac92mshffcee1f8acda31dp13e6f0jsn711dc0b39978',
    'X-RapidAPI-Host': 'explore-amazon.p.rapidapi.com'
  }
};

axios.request(options).then(function (response) {
	console.log(response.data);
}).catch(function (error) {
	console.error(error);
});
  • Records of likes and favorites
  • Connect to MongoDb

Feedback

Feel free to send me feedback on Any of my Social Media Account or file an issue. All contributors are always welcome.

If there's anything you'd like to chat about, please feel free to join my discord Server!

Build Process

  • Clone or download the repo
  • npm install to install dependencies
  • npm run server to start the packager and run the app on localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors