# demon-edge

> Client side tool in the Daedalus tool suite.

Latest version **1.0.22** (published 2017-01-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install demon-edge
pnpm add demon-edge
yarn add demon-edge
bun add demon-edge
```

## 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.22 |
| Published | 2017-01-31 |
| First published | 2016-11-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Flascher |
| Maintainers | flascher |
| Keywords | es6, npm, starter, library, boilerplate, babel, umd, webpack, universal |

## Links

- npm: https://www.npmjs.com/package/demon-edge
- Repository: https://github.com/flascher/demon-edge
- Homepage: https://github.com/flascher/demon-edge.git
- Issues: https://github.com/flascher/demon-edge/issues
- npm.io page: https://npm.io/package/demon-edge

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.15.3
- [browserify](https://npm.io/package/browserify.md) ^13.3.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.22 (latest) — 2017-01-31
- 1.0.21 — 2017-01-31
- 1.0.20 — 2017-01-31
- 1.0.19 — 2017-01-31
- 1.0.18 — 2017-01-31
- 1.0.17 — 2016-11-08
- 1.0.16 — 2016-11-08
- 1.0.15 — 2016-11-08
- 1.0.14 — 2016-11-08
- 1.0.13 — 2016-11-08
- 1.0.12 — 2016-11-08
- 1.0.11 — 2016-11-08
- 1.0.10 — 2016-11-08
- 1.0.9 — 2016-11-08
- 1.0.8 — 2016-11-08
- … 2 more at https://npm.io/package/demon-edge/versions

## README

This is the client-side tool in the Daedalus tool suite.

If you happened to find this without any knowledge of the Daedalus tool suite, check it out [here](https://github.com/Flascher/Daedalus)!  
demon-edge is intended to be used with this tool suite, and will take a bit of set up for any non-Daedalus server.

Assuming you're using [daedalus-server](https://www.npmjs.com/package/daedalus-server), make sure you follow the set up tutorial for daedalus. If you haven't completed this yet, you can find it on the daedalus-server npm page, linked above.

A basic script on a webpage should look something like this:

```javascript

DemonEdge.setDaedalusUrl('your.daedalus.domain', '80'); // server is running on port 80

var dotaPromise = DemonEdge.api.Match.GetMatchHistory.sendRequest();

dotaPromise.then(function(response) {
  console.log(response);
  // or do whatever it is you plan to do with your new data :)
});

```

Like [crystalys](https://www.npmjs.com/package/crystalys) you can chain parameters onto an endpoint in order to send a more specific query:

```

var dotaPromise = DemonEdge.api.Match.GetMatchHistory.heroID(1).matchesRequested(30).sendRequest();

```

In order to check out the entirety of the Dota 2 API, including all endpoints and parameters, I highly recommend [this](http://steamwebapi.azurewebsites.net/) website.

If you find any bugs within demon-edge or any other parts of the daedalus tool suite, please create an issue on the corresponding github repo, and/or feel free to send me an email at flascherdev@gmail.com

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