Skip to content

jzarca01/node-ubereats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A work in progress API for Uber Eats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published