Skip to content
/ jstf Public
forked from mninc/jstf

An API wrapper for some TF2-related sites.

Notifications You must be signed in to change notification settings

Moder112/jstf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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

Languages

  • JavaScript 100.0%