10bis 中文文档教程

发布于 9年前 浏览 18 项目主页 更新于 3年前

通过地址从 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.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文