10bis

wrapper on 10bis.co.il internal apis for happier food related hacking

Usage no npm install needed!

<script type="module">
  import 0bis from 'https://cdn.skypack.dev/10bis';
</script>

README

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.