0.1.4 • Published 1 year ago

pb-config-dl v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Prebid config download

Uses playwright to download a custom version of prebid from https://docs.prebid.org/download

Usage

Create a config.edn file with your version, adapters, file prefix and whether the browser should be headless

If no config.edn file is found the following example config will be created

{:prebid-version "7.38.0" 
 :prebid-adapters ["adWMG" "aja" "ablida"] 
 :file-prefix "prebid-" 
 :headless false}

To execute the script run npx pb-config-dl

prebid.js, a screenshot of the Prebid config from the browser and a log file are saved to the /out directory

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago