Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 20 days ago
JSON representation

Simplified, up-to-date, League of Legends summoner spells list.

Awesome Lists containing this project

README

        

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

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

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

## Install

```
$ npm install --save lol-spells
```

## Usage

```js
import spells from 'lol-spells'

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

The snapshot can also be [downloaded].

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

## License

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