Skip to content

CLI for transforming Amazon products into blog posts with eruby.

License

Notifications You must be signed in to change notification settings

IJustDev/lazuli

Repository files navigation

Lazuli

An Amazon product importer

Gem Version

Table of Contents

  1. What the fuck is this?
  2. Usage
  3. Installation

What the fuck

This is an repository that is intended for transforming an Amazon product into an Jekyll post or any other kind of post using the templaing engine eruby.

Support

Buy Me A Coffee

Usage

Preview

First of all you need to create an config file located at your home directory.

$ cat ~/.lazuli.conf
# Cat output
access_key=<your_access_key_here>
secret_key=<your_secret_key_here>
partner_tag=<your_partner_key_here>

Then run following command

$ lazuli

Installation

  1. You need to have Ruby and Ruby Gems installed.
$ gem install lazuli

If this does not work try it with sudo privileges.