
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
node-yelp-fusion
Advanced tools
npm install node-yelp-fusion --save
var Yelp = require('node-yelp-fusion');
var yelp=new Yelp({ id:key , secret:secret });
yelp.search("term=Biryani&location=New York")
.then(function(result){
res.json(result);
});
yelp.phoneSearch('phone=+12125551212')
.then(function(result){
res.json(result);
});
yelp.transactionSearch("delivery","location=New York")
.then(function(result){
res.json(result);
});
yelp.business("biryani-cart-new-york")
.then(function(result){
res.json(result);
});
yelp.reviews("biryani-cart-new-york")
.then(function(result){
res.json(result);
});
yelp.autoComplete("text=biryani&locale=en_SG")
.then(function(result){
res.json(result);
});
https://www.yelp.com/developers/documentation/v3/get_started
FAQs
Node.js module for interfacing with Yelp's API v3.0(Fusion)
The npm package node-yelp-fusion receives a total of 2 weekly downloads. As such, node-yelp-fusion popularity was classified as not popular.
We found that node-yelp-fusion demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.