0.0.19 • Published 10 years ago

ad-info v0.0.19

Weekly downloads
6
License
MPL-2.0
Repository
github
Last release
10 years ago

ad-info

Library to analyzes a webpage to extract container ad iframes

Installation

npm install --save ad-info

Usage

import {init, getAdInfo, exit} from 'ad-info';
init()
  .then(getAdInfo.bind(null, 'http://www.slashdot.org'))
  .then(info => console.log('Slashdot ad containers: ', info))
  .then(getAdInfo.bind(null, 'http://news.yahoo.com'))
  .then(info => console.log('Yahoo ad containers: ', info))
  .then(exit)
  .catch((err) => console.error('something went wrong!', err))
0.0.19

10 years ago

0.0.17

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago