node-dota2

Steam Dota2 Api in Node.js


Keywords
Dota2, Steam
Install
npm install node-dota2@0.1.2

Documentation

node-dota2

NPM version David deps

NPM

Steam Dota2 API via Node.js

Install

npm install node-dota2

Usage

Require and new

var Dota2 = require('node-dota2');
var dota2 = new Dota2('your api key');

Api

  • getMatchHistory
dota2.getMatchHistory('player_id', options);
  • getMatchDetails
dota2.getMatchDetails('match_id', options);

Development

git clone git@github.com:FantasyNode/node-dota2.git
cd node-dota2
npm install

License

The MIT License