0.0.14 • Published 10 years ago

mean-comscore-api v0.0.14

Weekly downloads
21
License
MIT
Repository
-
Last release
10 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

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

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago