/starbucks-cli

:coffee: Starbucks store finder CLI

Primary LanguageJavaScriptMIT LicenseMIT

starbucks-cli Build Status

Starbucks store finder CLI ☕

Install

$ npm install -g starbucks-cli

Usage

Add your application configuration to your .env file in the root of your project:

GOOGLE_MAP_API_KEY=YOURGOOGLEMAPAPIKEY
$ starbucks --help

  Usage:
    $ starbucks                    Show Starbucks stores near you
    $ starbucks <address>          Show Starbucks stores near address
    $ starbucks <zipcode>          Show Starbucks stores near zipcode

  Example:
    $ starbucks
    $ starbucks '1201 S Figueroa St, Los Angeles, CA 90015, USA'
    $ starbucks 'M6K 3P6' --limit=50

  Options:
    -l, --limit                     Limit of Starbucks to be shown

Demo

Related

License

MIT © Bu Kinoshita