lol-items

7.8.1 • Public • Published

lol-items npm travis

Simplified, up-to-date, League of Legends items list.

Install

$ npm install --save lol-items

Usage

Fetch items

import fetch from 'lol-items'
 
fetch().then((items) => console.log(items))
//=> array of items
 
// without circular references
fetch({ flat: true }).then((items) => console.log(items))
//=> array of items

Snapshot

import items from 'lol-items/items'
 
console.log(items)
//=> array of items

The snapshot can also be downloaded.

License

MIT © Nicolas Gryman

Dependencies (2)

Dev Dependencies (7)

Package Sidebar

Install

npm i lol-items

Weekly Downloads

5

Version

7.8.1

License

MIT

Unpacked Size

274 kB

Total Files

6

Last publish

Collaborators

  • ngryman