# ashe

> A library for accessing the Riot API from Node.js

Latest version **0.5.1** (published 2016-10-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install ashe
pnpm add ashe
yarn add ashe
bun add ashe
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.5.1 |
| Published | 2016-10-10 |
| First published | 2016-06-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.2.0 |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Austin Reuland |
| Maintainers | amreuland |
| Keywords | ashe, api, riot, league, lol, league of legends |

## Links

- npm: https://www.npmjs.com/package/ashe
- Repository: https://github.com/amreuland/ashe
- Issues: https://github.com/amreuland/ashe/issues
- npm.io page: https://npm.io/package/ashe

## Dependencies (4)

- [ramda](https://npm.io/package/ramda.md) ^0.22.1
- [limiter](https://npm.io/package/limiter.md) ^1.1.0
- [request](https://npm.io/package/request.md) ^2.75.0
- [bluebird](https://npm.io/package/bluebird.md) ^3.4.6

## Recent versions

- 0.5.1 (latest) — 2016-10-10
- 0.5.0 — 2016-10-10
- 0.4.0 — 2016-10-02
- 0.3.3 — 2016-10-02
- 0.3.2 — 2016-07-09
- 0.3.1 — 2016-07-09
- 0.3.0 — 2016-07-09
- 0.2.0 — 2016-07-09
- 0.1.1 — 2016-07-08
- 0.0.6 — 2016-06-08
- 0.0.4 — 2016-06-08
- 0.0.3 — 2016-06-08
- 0.0.2 — 2016-06-08
- 0.0.1 — 2016-06-08

## README

# Ashe

[![Code Climate](https://codeclimate.com/github/amreuland/ashe/badges/gpa.svg)](https://codeclimate.com/github/amreuland/ashe)
[![Dependency Status](https://gemnasium.com/badges/github.com/amreuland/ashe.svg)](https://gemnasium.com/github.com/amreuland/ashe)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![npm-version](https://img.shields.io/npm/v/ashe.svg)](https://www.npmjs.com/package/ashe)

A library for accessing the riot api based loosely around lol-js

Tests will be written soon

Documentation: <http://amreuland.github.io/ashe/docs/index.html>

## Features
- All Ashe functions return promises. Isn't that nice
- Limit-By-Region - Riot limits api calls by region, so Ashe does too
- Caching - Ashe is ready to cache your data, making multiple calls lightning fast
- All calls to the api are separated by region, and each region has its own 'thread'
- Ashe will retry up to five times if an error occurs

## Installation
```bash
npm install ashe
```

### Current API Versions
- championmastery-v???
- current-game-v1.0
- featured-games-v1.0
- lol-status-v1.0
- league-v2.5
- match-v2.2
- stats-v1.3
- summoner-v1.4
- team-v2.4

---
_Source: https://npm.io/package/ashe · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
