New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lol-web-scrapper

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lol-web-scrapper

Lol Hero Information API

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-46.67%
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 02 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc