1.3.2 • Published 2 years ago

vttl-api v1.3.2

Weekly downloads
1
License
MIT
Repository
-
Last release
2 years ago

VTTL-API

A javascript library to use the VTTL table tennis API in the browser

npm install vttl-api

Basic usage

import { provinces, getClubs } from 'vttl-api';

for (let province of provinces) {
	let clubs = await getClubs({ ClubCategory: province.id });
}

Exports

Objects:

  • provinces
  • categories

Functions:

  • getClubs
  • getTeams
  • getMembers
  • getRanking
  • getMatches
  • getSeasons
  • getDivisions
  • getTournaments

These functions are mapped to the official TabT API for which documentation can be found here

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago