8000 GitHub - alexleventer/node-postmates: :pizza::hamburger: Node.js client for the Postmates API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexleventer/node-postmates

Repository files navigation

Postmates Logo

node-postmates Build Status Maintainability Test Coverage

Promise based Node.js client for the Postmates API.

Installation

npm install --save node-postmates

Example Usage

const { CLIENT_ID, API_KEY } = process.env;
import Postmates from 'node-postmates';
const postmates = new Postmates(CLIENT_ID, API_KEY);

return postmates.getDeliveryZones()
  .then(zones => console.log(`These are zones Postmates supports: ${zones}`));

About

🍕🍔 Node.js client for the Postmates API

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0