0
Q:

api uber eat node js

uber.getStoreDetails(storeUuid);
0
uber.searchRestaurants((searchQuery = 'Indian'));
0
uber.getRestaurants();
0
const UberEats = require('node-ubereats');
const uber = new UberEats({
  latitude: 48.8563148,
  longitude: 2.3227369,
  formattedAddress: '16 Rue de Rochechouart, 75009 Paris'
});
0
npm install --save node-ubereats
0

New to Communities?

Join the community