# abios

> Abios API client library for node.js

Latest version **1.0.1** (published 2018-05-27) · ISC license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2018-05-27 |
| First published | 2018-05-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 5.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | tacyarg |
| Maintainers | tacyarg |
| Keywords | abios, nodejs, api, promise, wrapper |

## Links

- npm: https://www.npmjs.com/package/abios
- Repository: https://github.com/graycatfromspace/abios
- Homepage: https://github.com/graycatfromspace/abios#readme
- Issues: https://github.com/graycatfromspace/abios/issues
- npm.io page: https://npm.io/package/abios

## Dependencies (5)

- [dotenv](https://npm.io/package/dotenv.md) ^5.0.1
- [request](https://npm.io/package/request.md) ^2.87.0
- [bluebird](https://npm.io/package/bluebird.md) ^3.5.1
- [url-join](https://npm.io/package/url-join.md) ^4.0.0
- [request-promise](https://npm.io/package/request-promise.md) ^4.2.2

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2018-05-27
- 1.0.0 — 2018-05-27

## README

# abios
> available calls can be found [here](https://docs.abiosgaming.com/v2/reference).

## Initialization & Use
```js
var AbiosAPI = require('abios')
var api = AbiosAPI({
  clientID: process.env.ABIOS_CLIENT_ID,
  clientSecret: process.env.ABIOS_CLIENT_SECRET
});

api('/series', [
  '&with[]=matches', // matches associated with the series.
  '&with[]=casters', // live streams for the series.
  '&with[]=tournament', // tournament data associated with the series.
  `&order=start`
]).then(list => {
  // do stuff
}).catch(console.error)
```

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