appnexus

provides access to the AppNexus API from NodeJS

Usage no npm install needed!

<script type="module">
  import appnexus from 'https://cdn.skypack.dev/appnexus';
</script>

README

Node AppNexus

An AppNexus API client for NodeJS.

Installation

To install via NPM type:

npm install appnexus

Usage

//TODO

Tests

To run tests make sure to npm install -d to install BusterJs. cd to the node-appnexus module directory and type npm test