1.0.5 • Published 3 years ago

lol-web-scrapper v1.0.5

Weekly downloads
51
License
MIT
Repository
github
Last release
3 years ago

Kullanımı / Usage

const lol = require('lol-web-scrapper');
let data = await lol.getHero('Hero-Name','tr/en')
console.log(data)//{title: 'Akali',description: 'the Rogue Assassin'...}

Output

{
  title: 'Akali',
  description: 'the Rogue Assassin',
  hero_image: 'https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg',
  hardness: 'Moderate',
  rol: 'Assassin',
  skins: [
    [
	(...)
    ],
    [
	(...)
    ]
  ],
  passive_skil: {
	(...)
  },
  q_skil: {
	(...)
  },
  w_skil: {
	(...)
  },
  e_skil: {
	(...)
  },
  r_skil: {
	(...)
  }
}

Changelog

1.0.5

Added Stron,Weakness Champions Champion title bug fixed