Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 984 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 984 Bytes

Nodejs ETSY Integration API

Microservice

This work is a microservice that can provide ETSY integration in accordance with the information described in the ETSY developer documentation. ( https://developer.etsy.com/documentation )

INSTALL PROJECT

-- npm install or npm i

START DEVELOPMENT

-- npm run dev

API DOCUMENT

-- localhost:3003/api-docs

.env file sample

OAUTH_DEBUG=1
ETSY_DEBUG=true
PORT=3003
ETSY_API_KEY=7bz1nnfxjeuyd3adgrtss
ETSY_SHOP_NAME=ShopMe
ETSY_REDIRECT_URI=https://www.sample.com/oauth/redirect
  • In this study has benefited from node-etsy-client.

Sample working video:

youtube

Contact