dmryan711 / ProjectOne

Project One Repo
0 stars 0 forks source link

#11 - API for Recommended Events #11

Open dmryan711 opened 5 years ago

jaychoi0227 commented 5 years ago

const instance = axios.create({ headers: { get: { "Authorization": "Bearer 1hwjEf0PpeA_fUdm8xt6l-sKGF9DYePq0wixri01WpA9YG7CZ68qdJAPEJE52lAHhX5eH34uLoyRtS3iSUpVykFZhTILPtpy5g_03k1q23jveFKcguPhV3guNC5_XHYx" } } });

instance.get("https://cors-anywhere.herokuapp.com/https://api.yelp.com/v3/businesses/search?term=bar&location=brooklyn") .then(function (result) { console.log(result); });