gangstaJS / ingram-api-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ingram-api-proxy

Create config.js in root repo path with content:

module.exports = {
	username: '...',
  password: '...',
  target: '...',
  domain: '...',
}

Then run command npm install

Start server npm start

Server API start at http://localhost:3800/services/v1

About


Languages

Language:JavaScript 100.0%