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.
更多
你可能也喜欢
- @18f/eslint-plugin-identity 中文文档教程
- @2fd/graphdoc 中文文档教程
- @2muchcoffee/nestjs-context 中文文档教程
- @4react/responsive 中文文档教程
- @abcpros/bitcore-lib 中文文档教程
- @abhishek_bitpod/p10-platform-bar 中文文档教程
- @accounts/client-password 中文文档教程
- @achannarasappa/locust-cli 中文文档教程
- @achil/async-run-ended 中文文档教程
- @addbots/prettier-config 中文文档教程