Skip to content

abbadata/ebay-node-api

 
 

Repository files navigation

Ebay API Node.js

Ebay API Client for node js.

The intent is to simplify the request process by handling the tedious logic. It's a thin wrapper around eBay Api.

npm version Downloads Build Status

📒 Table of Contents

🚚 Installation

npm install ebay-node-api

⚡️ Usage:

let eBay = require('ebay-node-api') let ebay = new eBay({ clientID: '-- Client APP ID ----', env: 'SANDBOX', // optional default = 'PRODUCTION' headers:{ // optional 'X-EBAY-C-MARKETPLACE-ID': 'EBAY_GB' // For Great Britain https://www.ebay.co.uk } })

Starter Guide

Check out the Starter Guide documentation with examples to get started.

Test

All test files are present inside test folder. You can run using

npm run test

Issues:

If you are facing any issues or missing something, you can create the issues here.

👍 Contribution:

Show your ❤️ and support by giving a ⭐. Willing to share your idea or ready to contribute, check here

📝 License:

MIT.

Examples:

I have provided the examples here https://github.com/pajaydev/ebay-node-api/tree/master/demo.

About

eBay API Client for node

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%