Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ngryman/lol-champions

Simplified, up-to-date, League of Legends champions list.
https://github.com/ngryman/lol-champions

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# lol-champions [![npm][npm-image]][npm-url] [![travis][travis-image]][travis-url]

[npm-image]: https://img.shields.io/npm/v/lol-champions.svg?style=flat
[npm-url]: https://npmjs.org/package/lol-champions
[travis-image]: https://img.shields.io/travis/ngryman/lol-champions.svg?style=flat
[travis-url]: https://travis-ci.org/ngryman/lol-champions

> Simplified, up-to-date, League of Legends champions list.

## Install

```
$ npm install --save lol-champions
```

## Usage

```js
import champions from 'lol-champions'

console.log(champions)
//=> array of champions
```

The snapshot can also be [downloaded].

[downloaded]: https://github.com/ngryman/lol-champions/blob/master/champions.json

## License

MIT © [Nicolas Gryman](http://ngryman.sh)