10bis

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i 10bis

Weekly Downloads

7

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gabigrin