Awesome
node-ubereats
A work in progress API for Uber Eats
Installation
npm install --save node-ubereats
Usage
const UberEats = require('node-ubereats');
const uber = new UberEats({
latitude: 48.8563148,
longitude: 2.3227369,
formattedAddress: '16 Rue de Rochechouart, 75009 Paris'
});
Methods
Get restaurants
uber.getRestaurants();
Search for restaurants
uber.searchRestaurants((searchQuery = 'Indian'));
Get store details
uber.getStoreDetails(storeUuid);