tft-wtf
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tft-wtf

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

22.9 kB

Total Files

4

Last publish

Collaborators

  • aria-dev