Explore Amazon gives you access to Amazon product details such as prices, ranks, reviews & offers, etc. in JSON format.
- 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
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!
- Clone or download the repo
npm installto install dependenciesnpm run serverto start the packager and run the app on localhost:3000