Skip to content

bukinoshita/starbucks-store-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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