node-csgotm

1.0.3 • Public • Published

csgo.tm for Node.js

Installation

npm install node-csgotm

Note: when installing from git, you have to additionally run npm install inside %project%/node_modules/node-csgotm.

Usage

var csgotm = require('node-csgotm');
  csgotm.setup({
    APIKey: 'YOUR_API_KEY' // with http://csgo.tm/docs/
});

Example

Get item info

csgotm.getItemInfo({classid_instanceid:'1293510722_143865972', l:'ru'}, function(err, result) {
    console.log(err, result);
});

Readme

Keywords

Package Sidebar

Install

npm i node-csgotm

Weekly Downloads

0

Version

1.0.3

License

ISC

Last publish

Collaborators

  • weleor