UNPKG

appnexus-node-api

Version:

Appnexus client for node.js

8 lines (7 loc) 237 B
var appnexus = require('../../../'), client = appnexus.create({ username: process.env.APPNEXUS_USERNAME, password: process.env.APPNEXUS_PASSWORD, endpoint: process.env.APPNEXUS_ENDPOINT }); exports = module.exports = client;