UNPKG

10bis

Version:

wrapper on 10bis.co.il internal apis for happier food related hacking

13 lines (11 loc) 356 B
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.