1.0.2 • Published 9 years ago

qapi v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

qapi NPM version Build Status Dependency Status Coverage percentage Build Status Code Climate

Install

$ npm install --save qapi

Usage

var qApi = require('qapi');
var cb = function(error, response, body) {
  console.log(body);
};

qApi.init(config)
qApi.stats(cb);
qApi.top(cb);
qApi.relegation(cb);
qApi.strikers(cb);
qAPI.fairPlay(cb);
qAPI.defense(cb);
qAPI.offense(cb);
qAPI.results(1, cb);
qAPI.goalTimeRangeByFixture(1, cb);
qAPI.goalTimeRangeByTeam(1, cb);
qAPI.videos(1111, cb);

Dev

  • git clone
  • npm install
  • gulp

License

ISC © ec

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago