0.0.19 • Published 8 years ago

ad-info v0.0.19

Weekly downloads
6
License
MPL-2.0
Repository
github
Last release
8 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

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.12

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago