jzarca01 / starbucks-store-finder

:coffee: Starbucks store finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starbucks store finder ☕

Install

yarn add jzarca01/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

About

:coffee: Starbucks store finder


Languages

Language:JavaScript 100.0%