0.0.1 • Published 9 years ago

fight-matrix v0.0.1

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

FightMatrix API

Crawls and parses fighter data from FightMatrix.com

*This api is used in the higher-level MMA API.

Install

From source:

git clone https://github.com/valish/fight-matrix-api
cd fight-matrix-api
npm install

From npm:

npm install fight-matrix

Use

> var fightMatrix = require('fight-matrix');
> var url = "http://www.fightmatrix.com/fighter-profile/Ronda+Rousey/74813/"
> fightMatrix.getFighter(url, function(data) {
    console.log(data);
  }
> {...}
0.0.1

9 years ago