Created
November 29, 2016 18:46
-
-
Save tomelm/7b257c4261e029f4afcfc0e83fce1ee0 to your computer and use it in GitHub Desktop.
fusion ruby sample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ruby|ruby ⇒ ruby sample.rb lookup --business-id=tropisueño-san-francisco-3 | |
Found business with id yelp-san-francisco: | |
{ | |
"categories": [ | |
{ | |
"alias": "localflavor", | |
"title": "Local Flavor" | |
}, | |
{ | |
"alias": "massmedia", | |
"title": "Mass Media" | |
} | |
], | |
"rating": 2.5, | |
"image_url": "https://s3-media3.fl.yelpcdn.com/bphoto/nQK-6_vZMt5n88zsAS94ew/o.jpg", | |
"review_count": 8453, | |
"id": "yelp-san-francisco", | |
"url": "https://www.yelp.com/biz/yelp-san-francisco?adjust_creative=lrVVpyP-aBRmP1I1KUqXkw&utm_campaign=yelp_api_v3&utm_medium=api_v3_business_lookup&utm_source=lrVVpyP-aBRmP1I1KUqXkw", | |
"is_closed": false, | |
"location": { | |
"state": "CA", | |
"city": "San Francisco", | |
"address3": "", | |
"address1": "140 New Montgomery St", | |
"zip_code": "94105", | |
"address2": "", | |
"country": "US" | |
}, | |
"phone": "+14159083801", | |
"photos": [ | |
"https://s3-media2.fl.yelpcdn.com/bphoto/nQK-6_vZMt5n88zsAS94ew/o.jpg", | |
"https://s3-media2.fl.yelpcdn.com/bphoto/yFHIb9gob4TzhKUemMOPww/o.jpg", | |
"https://s3-media1.fl.yelpcdn.com/bphoto/EHCfkEpZraIfPl8gvCo1tg/o.jpg" | |
], | |
"is_claimed": true, | |
"hours": [ | |
{ | |
"hours_type": "REGULAR", | |
"is_open_now": true, | |
"open": [ | |
{ | |
"is_overnight": false, | |
"end": "1800", | |
"day": 0, | |
"start": "0800" | |
}, | |
{ | |
"is_overnight": false, | |
"end": "1800", | |
"day": 1, | |
"start": "0800" | |
}, | |
{ | |
"is_overnight": false, | |
"end": "1800", | |
"day": 2, | |
"start": "0800" | |
}, | |
{ | |
"is_overnight": false, | |
"end": "1800", | |
"day": 3, | |
"start": "0800" | |
}, | |
{ | |
"is_overnight": false, | |
"end": "1800", | |
"day": 4, | |
"start": "0800" | |
} | |
] | |
} | |
], | |
"price": "$", | |
"coordinates": { | |
"latitude": 37.7867703362929, | |
"longitude": -122.399958372115 | |
}, | |
"name": "Yelp" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment