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