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.
git clone https://github.com/cosmicjs/amazon-product-search
cd amazon-product-search
yarn
yarn start
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:
- Run the build command which creates a zip of the build folder
yarn build
- Go to Your Bucket > Extensions > Upload Extension and drop the zip file
To build your own Cosmic JS Extension, read the Cosmic JS Extensions documentation.