ilyas9461 / etsy-entegration-api

NodeJs ETSY entegration API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NodeJs ETSY entegration API


Languages

Language:JavaScript 100.0%