0.0.14 • Published 9 years ago

mean-comscore-api v0.0.14

Weekly downloads
21
License
MIT
Repository
-
Last release
9 years ago

ComScore API

ComScore API is an API client for MEAN.io stack.

Features

  • Get ComScore report from the API
  • Caching

Dependencies

  • Requires MEAN 0.4.0 http://mean.io
  • Other dependencies are installed automatically by npm.

Installation

npm install mean-date-filter --save

Configuration

Add the following configuration parameters to your config file

comscore: {
	client: 'client name',
	username: 'username',
	password: 'password'
}

Basic Usage

http://localhost:3000/comscore/report?itemid=12345&site=supersite&startdate=20141001meters=parameterName:parameterValue

The API can also be used programmatically comScore = require('node_modules/mean-comscore-api/server/comscoreReport');

comScore.getReport({
	itemid: 12345,
	site: 'supersite',
    startdate: 20141001,
    parameters: {
      parameterName: parameterValue
    }
})
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

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago