0.0.7 • Published 5 years ago

reportgg v0.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Welcome to StackEdit!

Una librería donde podrás trabajar fácilmente con la API de RiotGames.

Report.gg

Bienvenido Report.gg, podrás con nosotros obtener data de la API de RiotGames

Todos los días trabajamos en Streaming en este hermosos proyecto a las 12 PM hora Colombia en: mi canal de Twitch, no dudes de darte una pasada ^^

Uso

npm i reportgg

|

const Report = require('reportgg')
const report = new Report('TU-RIOT-API-KEY', {
    region: 'la1'
})

try {
    let summoner = await report.summoner.by.name('justbel')
    console.log(summoner)

} catch (err){
    console.log(err)

}

Endpoint

Se planean añadir más en el futuro ^^

  • report.summoner

  • report.match

  • report.league

Rate Limiting

Utilizamos el modulo de colorfulstan, llamado riot-ratelimiter

Colaborar

Siéntete completamente libre de aportar tus valiosos conocimientos al proyecto.

Disclaimer

Report.gg isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago