Starbucks store finder CLI ☕
$ npm install -g starbucks-cli
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
- starbucks-store-finder — API for this module
- wer — Get your geolocation information 📍
MIT © Bu Kinoshita