Starbucks store finder ☕
Package renamed to
starbucks-store-finder
due trademark.
$ yarn add starbucks-store-finder
const starbucks = require('starbucks-store-finder')
const opts = { lat: '-23.585324', lng: '-46.286264,9z' }
await starbucks(opts)
// => [list, of, starbucks, stores, ...]
Returns a promise
Type: object
Required
Object must have lat
and lng
keys
Type: string
Required
Latitude
Type: string
Required
Longitude
Type: string
Required
City
Type: string
Required
Region
Type: string
Required
Country
- starbucks-cli — Starbucks on Command Line
MIT © Bu Kinoshita