starbucks-store-finder

1.0.0 • Public • Published

starbucks-store-finder Build Status

Starbucks store finder ☕️

Package renamed to starbucks-store-finder due trademark.

Install

$ yarn add starbucks-store-finder

Usage

const starbucks = require('starbucks-store-finder')
 
const opts = { lat: '-23.585324', lng: '-46.286264,9z' }
 
await starbucks(opts)
// => [list, of, starbucks, stores, ...]

API

starbucks([options])

Returns a promise

options

Type: object
Required

Object must have lat and lng keys

lat

Type: string
Required

Latitude

lng

Type: string
Required

Longitude

city

Type: string
Required

City

region

Type: string
Required

Region

country

Type: string
Required

Country

Related

License

MIT © Bu Kinoshita

Package Sidebar

Install

npm i starbucks-store-finder

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bukinoshita