Skip to content

heycarsten/lcbo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

lcbo-cli

⚠️ WIP ⚠️

A command-line interface for interacting with LCBO API in every possible way.

Usage

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.