Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ngryman/lol-spells
- Owner: ngryman
- Created: 2016-01-21T20:54:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T21:00:49.000Z (over 6 years ago)
- Last Synced: 2024-10-01T21:08:41.736Z (about 1 month ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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)