Skip to content

nypublicradio/nypr-ads

Repository files navigation

nypr-ads

An addon to simplify connecting NYPR web clients to our Google Publisher Ads / Doubleclick For Publishers account.

Read the docs here.

Development

Development requires nodejs 6+.

brew install nvm
nvm install --lts
nvm use --lts

Install dependencies.

npm install

Build and run ember. Note: To use your system's global ember simply type ember

./node_modules/.bin/ember build
./node_modules/.bin/ember serve

Tests

Tests require google-chrome and chromedriver.

brew cask install google-chrome
brew cask install chromedriver

Execute tests.

./node_modules/.bin/ember test