/ad-bidder_JS

nodeJS App to generate a HTML template with markup from JSON based on max price of bidder

Primary LanguageHTML

ad-bidder - nodejs version

This is a nodejs demo application to parse the bid-response.json, select the bid object based on max price and append the markup from the corresponding JSON object to the main HTML template's body.

Steps to run:

  1. change the directory to ad-bidder.
cd ad-bidder
  1. Install dependencies.
npm install
  1. Run the application.
npm start
  1. Run the unit tests.
npm test