https://github.com/bukinoshita/starbucks-cli
:coffee: Starbucks store finder CLI
https://github.com/bukinoshita/starbucks-cli
coffee javascript nodejs starbucks store wifi
Last synced: 8 months ago
JSON representation
:coffee: Starbucks store finder CLI
- Host: GitHub
- URL: https://github.com/bukinoshita/starbucks-cli
- Owner: bukinoshita
- License: mit
- Created: 2017-04-15T22:47:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T13:50:27.000Z (over 4 years ago)
- Last Synced: 2025-02-28T07:51:14.256Z (9 months ago)
- Topics: coffee, javascript, nodejs, starbucks, store, wifi
- Language: JavaScript
- Homepage:
- Size: 1.61 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# starbucks-cli [](https://travis-ci.org/bukinoshita/starbucks-cli)
> Starbucks store finder CLI :coffee:
## 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
```
```bash
$ starbucks --help
Usage:
$ starbucks Show Starbucks stores near you
$ starbucks
Show Starbucks stores near address
$ starbucks 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
- [starbucks-store-finder](https://github.com/bukinoshita/starbucks-store-finder) — API for this module
- [wer](https://github.com/bukinoshita/wer) — Get your geolocation information :round_pushpin:
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)