# dyel

> An Unofficial promise based client for the Atlas API

Latest version **1.0.0** (published 2016-11-21) · MIT license · 0 weekly downloads

## Install

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

## 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.0 |
| Published | 2016-11-21 |
| First published | 2016-11-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | orie@or13.io |
| Maintainers | or13 |

## Links

- npm: https://www.npmjs.com/package/dyel
- npm.io page: https://npm.io/package/dyel

## Dependencies (4)

- [chai](https://npm.io/package/chai.md) ^3.5.0
- [mocha](https://npm.io/package/mocha.md) ^3.0.0
- [request](https://npm.io/package/request.md) ^2.74.0
- [request-promise](https://npm.io/package/request-promise.md) ^4.1.0

## Recent versions

- 1.0.0 (latest) — 2016-11-21

## README

# DO YOU EVEN LIFT?

###### A promise based client for the [Atlas API](https://api.atlaswearables.com/api/docs/v1/).

[![Build Status](https://travis-ci.org/OR13/DYEL.svg?branch=master)](https://travis-ci.org/OR13/DYEL)

## Get Started

```

git clone git@github.com:OR13/DYEL.git

cd DYEL

npm install

npm test

```

## Configuration

The client can be initialized from env variables:

```
dyel.init();
```

or equivalently with a config object:

```
var config = {
    api_root: process.env.ATLAS_WEARABLES_API_ROOT,
    credentials: {
        api_sid: process.env.ATLAS_WEARABLES_SID,
        api_secret: process.env.ATLAS_WEARABLES_SECRET,
        username: process.env.ATLAS_WEARABLES_USERNAME,
        password: process.env.ATLAS_WEARABLES_PASSWORD
    }
}

dyel.init(config);
```

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