vttl-api
v2.0.0
Published
A javascript library to interface with the VTTL table tennis API
Readme
VTTL-API
A javascript library to use the VTTL table tennis API in the browser
npm install vttl-apiBasic usage
import { getTeams } from '../source/index.js';
let teams = await getTeams({ club: 'vl-b234' });Exports
getInfo
getClubs
getTeams
getSystems
getPlayers
getRanking
getMatches
getSeasons
getProvinces
getDivisions
getCategories
getTournaments
postData
These functions are mapped to the official TabT API for which documentation can be found here
