Lazuli
CLI for transforming Amazon products into blog posts with eruby.
Install / Use
/learn @IJustDev/LazuliREADME
<div align="center">
<img width="320px" src="./resources/lapis-logo.svg"/>
<h1>Lazuli</h1>
<h3>An Amazon product importer</h3>
</div>
<div align="center">
Table of Contents
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
<a href="https://www.buymeacoffee.com/IJustDev" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
Usage
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
- You need to have Ruby and Ruby Gems installed.
$ gem install lazuli
If this does not work try it with sudo privileges.
