I was wondering if there was a way to get rid of this error : No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled; when making request calls to yelp api.
I've used the node-yelp library as well another set of code that results in the same error.
Is there any way to bypass this header that its asking for?
Thanks!