1.0.4 • Published 2 years ago

tft-wtf v1.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago