A command-line interface for interacting with LCBO API in every possible way.
Install via NPM:
npm i -g lcbo-cli
Get a store:
lcbo get-store 511
{
"name": "King & Spadina",
"
Change output format:
lcbo get-products -q 'peller estates' -f csv > peller-estates-products.csv
You get the idea.