10bis 中文文档教程
通过地址从 10bis.co.il(以色列餐馆/食品配送聚合商)获取餐馆名称。
Example
var tenBis = require('TenBis');
tenBis
.getRestaurantsByAddress('נמל תל אביב')
.then(function (names) {
console.log(names);
});
创建它是为了与其他涉及围绕食物进行有趣项目的项目一起使用。
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.