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.
更多
你可能也喜欢
- 4lb_m 中文文档教程
- 6.22r 中文文档教程
- 68publishers-cookie-consent 中文文档教程
- @3beeepb/react-native-keyboard-dismiss 中文文档教程
- @42.nl/ui-core-typings 中文文档教程
- @540deg/react-native-mapbox-gl 中文文档教程
- @5stones/react-native-switch 中文文档教程
- @aaronjewell/w3-build-order 中文文档教程
- @acidic9/pure-react-carousel 中文文档教程
- @acoustic-content-sdk/react-api 中文文档教程