1.0.0 • Published 9 years ago

10bis v1.0.0

Weekly downloads
48
License
MIT
Repository
github
Last release
9 years ago

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.