7.8.1 • Published 5 years ago

lol-items v7.8.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

7.8.1

5 years ago

7.8.0

7 years ago

7.4.0

7 years ago

7.1.0

7 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.0

8 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago