An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# starbucks-cli [![Build Status](https://travis-ci.org/bukinoshita/starbucks-cli.svg?branch=master)](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)