1.0.1 • Published 9 years ago

boxrec-pull v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Boxrec-Pull

Allows for information about a boxer to be pulled from the online boxing database, Boxrec.

NPM version

Installation

npm install boxrec-pull --save

Usage

var boxrec = require('boxrec-pull');

boxrec.findById(356831, function(err, boxer) {
  console.log(boxer.name); // 'Gennady Golovkin'
});

boxrec.findByName('Carl Froch', function(err, boxer) {
  console.log(boxer.nickname); 'The Cobra'
});

Notes

At present only the name, record, and nickname for a fighter are returned.

Tests

npm test
1.0.1

9 years ago

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago