Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 1.06 KB

readme.md

File metadata and controls

83 lines (45 loc) · 1.06 KB

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