Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/ritoplz-summoner
Get a random League of Legends summoner cover
https://github.com/bukinoshita/ritoplz-summoner
league league-of-legends nodejs ritoplz
Last synced: 18 days ago
JSON representation
Get a random League of Legends summoner cover
- Host: GitHub
- URL: https://github.com/bukinoshita/ritoplz-summoner
- Owner: bukinoshita
- License: mit
- Created: 2016-12-31T18:28:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:05:41.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:07:43.240Z (about 1 month ago)
- Topics: league, league-of-legends, nodejs, ritoplz
- Language: JavaScript
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ritoplz-summoner
> Get a random League of Legends summoner cover[![Codeship Status for bukinoshita/ritoplz-summoner](https://app.codeship.com/projects/860225d0-b1b7-0134-1b43-1a4c0cdb2aa0/status?branch=master)](https://app.codeship.com/projects/193265)
[![Build Status](https://travis-ci.org/bukinoshita/ritoplz-summoner.svg?branch=master)](https://travis-ci.org/bukinoshita/ritoplz-summoner)
[![GitHub release](https://img.shields.io/github/release/bukinoshita/ritoplz-summoner.svg)](https://www.npmjs.com/package/ritoplz-summoner)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/bukinoshita/ritoplz-summoner/master/LICENSE)## Install
```bash
$ npm install --save ritoplz-summoner
```## Usage
```js
const summonerCover = require('ritoplz-summoner')summonerCover()
// => https://ritoplz-summoner-cover.now.sh/leona.png
```## API
### summonerCover
Returns a random url
## Related
[ritoplz](https://github.com/ritoplz/ritoplz) - League of Legends Rankings
[ritoplz-tier](https://github.com/bukinoshita/ritoplz-tier) - Get League of Legends tier information## License
[MIT](https://raw.githubusercontent.com/bukinoshita/ritoplz-summoner/master/LICENSE) © Bu Kinoshita