10bis
v1.0.0
Published
wrapper on 10bis.co.il internal apis for happier food related hacking
Downloads
11
Readme
Get restaurant names from 10bis.co.il(Israeli restaurants/food delivery aggregator) by address.
#Example
var tenBis = require('TenBis');
tenBis
.getRestaurantsByAddress('נמל תל אביב')
.then(function (names) {
console.log(names);
});
This was created to be used with other projects that involve hacking fun projects around food.