1.0.0 • Published 7 years ago

starbucks-store-finder v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

starbucks-store-finder Build Status

Starbucks store finder :coffee:

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