0.1.0 • Published 5 years ago

node-ubereats v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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);