prebid / professor-prebid

Prebid's next-gen debugging tool
Apache License 2.0
20 stars 17 forks source link

added pbjs version analyzer tool #75

Closed jlquaccia closed 11 months ago

jlquaccia commented 11 months ago

Relates to https://github.com/prebid/professor-prebid/issues/64

Summary: This PR includes code for a new tool in Professor Prebid that will analyze and gather information about the currently used PBJS version on a webpage. It uses the GitHub API to gather info about releases from the Prebid.js repo (calls to the API are minimal, a call is made initially and cached in local storage, then once every 24 hours the data in local storage will be refreshed by another call). Other features for this include:

muuki88 commented 11 months ago

Docs: https://github.com/prebid/prebid.github.io/pull/4788