1.0.4 • Published 3 years ago

tft-wtf v1.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

tft-wtf

An interface for the official Riot Games TFT API

v1.0.2+ are the only stable beta build currently. Documentation will be updated soon.

the methods follow the official API routes

Quick example

import tft_wtf from 'tft-wtf'

const client = new tft_wtf({
  region: 'na1',
  apiKey: 'your_api_key, default is process.env.RIOT_API_KEY',
});

const awesomeSummonerData = await client.summoner_v1_summoners_by_name('your name');
```js
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago