/amazon-product-search

Cosmic JS Extension that allows you to search and add products to your Cosmic JS Bucket.

Primary LanguageJavaScript

Amazon Product Search

Search Amazon's product catalouge and add products with afiliate links to your Cosmic JS Bucket. Read the blog article to learn how it was built.

Getting Started

git clone https://github.com/cosmicjs/amazon-product-search
cd amazon-product-search
yarn
yarn start

http://localhost:3000?bucket_slug=your-bucket-slug&read_key=bucket-read-key&write_key=bucket-write-key.

Installing the Extension

To add this Extension to your Bucket simply install it from Your Bucket > Extensions > Browse Extensions and find this Extension.

Or you can upload the build as a zip file to your Bucket:

  1. Run the build command which creates a zip of the build folder
yarn build
  1. Go to Your Bucket > Extensions > Upload Extension and drop the zip file

Documentation

To build your own Cosmic JS Extension, read the Cosmic JS Extensions documentation.