Skip to content

mninc/jstf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jstf

An API wrapper for some TF2-related sites. Created by manic. Visit the original python version here.

These methods are designed so I can use this module rather than pasting functions into many blocks of code. It is not intended to be an API wrapper for every tf2 site. If you want to add some methods, feel free to make a pull request.

Installation

npm install jstf --save

Usage

Initialise a jstf Manager object that can be used for all backpack.tf methods:

const jstf = require("jstf");

let manager = new jstf.Manager("backpack.tf api key");
manager.bpGetUserToken().then(function(){
    // your code here
});

About

An API wrapper for some TF2-related sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published