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.