showing results for - "api uber eat node js"
Domenico
18 Oct 2018
1uber.getStoreDetails(storeUuid);
Emilio
27 Mar 2016
1uber.getRestaurants();
Bruno
14 May 2016
1uber.searchRestaurants((searchQuery = 'Indian'));
Tomas
20 Jun 2018
1const UberEats = require('node-ubereats');
2const uber = new UberEats({
3  latitude: 48.8563148,
4  longitude: 2.3227369,
5  formattedAddress: '16 Rue de Rochechouart, 75009 Paris'
6});
Vincenzo
01 Oct 2020
1npm install --save node-ubereats