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.
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
- You need to have Ruby and Ruby Gems installed.
$ gem install lazuli
If this does not work try it with sudo privileges.