Skip to content

RossGoncharuk/prebid-js-build-generator

 
 

Repository files navigation

prebid-bundle-generator-service

API that generates a prebid.js bundle.

Usage

Send a POST request to the /download service:

{
	"modules": ["smartadserverBidAdapter", "googleAnalyticsAdapter"],
	"version": "1.12.0"
}

Responds with the content of the Prebid.js bundle with the desired modules.

Setup

run ./chekcout.sh ${num_previous_ver} to checkout prebid.js and build the files, where ${num_previous_ver} is the number git tags (sorted from latest release) to checkout

Run

node app.js

About

backend code for powering the prebid.org/download page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.4%
  • Shell 12.2%
  • Ruby 3.4%