# @devoinc/applications-data-library

> Devo Applications Data Library

Latest version **2.0.7** (published 2024-04-03) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install @devoinc/applications-data-library
pnpm add @devoinc/applications-data-library
yarn add @devoinc/applications-data-library
bun add @devoinc/applications-data-library
```

## 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 | 2.0.7 |
| Published | 2024-04-03 |
| First published | 2022-04-12 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | CommonJS |
| Node | * |
| Dependencies | 5 |
| Unpacked size | 255.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Devo desa@devo.com |
| Maintainers | devo_ci |
| Keywords | widgets, data, utils |

## Links

- npm: https://www.npmjs.com/package/@devoinc/applications-data-library
- Repository: https://github.com/DevoInc/applications-data-library
- Homepage: https://www.devo.com
- npm.io page: https://npm.io/package/@devoinc/applications-data-library

## Dependencies (5)

- [fetch](https://npm.io/package/fetch.md) ^1.1.0
- [moment](https://npm.io/package/moment.md) ^2.29.2
- [crypto-js](https://npm.io/package/crypto-js.md) ^4.2.0
- [json-loader](https://npm.io/package/json-loader.md) ^0.5.7
- [@devoinc/browser-sdk](https://npm.io/package/@devoinc/browser-sdk.md) ^3.1.5

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 2.0.7 (latest) — 2024-04-03
- 2.0.6 — 2023-11-23
- 2.0.5 — 2023-11-21
- 2.0.4 — 2023-11-17
- 2.0.3 — 2023-07-17
- 2.0.2 — 2022-07-08
- 2.0.1 — 2022-04-12
- 2.0.0 — 2022-04-12

## README

# 🚨 Deprecated 🚨

This package has been deprecated in favor of `DevoInc/App-Developer-Kit`.

Therefore, this repository will serve as archive and will be no longer supported.

You can access the new project repository here: https://github.com/DevoInc/App-Developer-Kit

# Devo Applications Data Library

This library links the charts created in the Devo platform with applications
using the Devo Query API. It also allows for the retrieval of data from an
external source.

The library provides classes that prepare and allow requests to the tables according to
the indicated query, domain, and logged-in user. When
later obtaining the data, it returns the necessary data structure for the widget
in question.

The idea is to use this library as a complementary tool when working with the Devo
Applications Builder.

Check out our [documentation](doc/index.md) for more information.

## Requirements

- Node 14
- npm 7
- Devo account

## Installation

If you want to install this library locally for testing and development
purposes, you must download the Devo Applications Builder and install
it locally. Once installed, follow the steps below:

Install the library

```shell
> npm install
```

Create a symlink

```shell
> cd src
> npm link
```

Link the library with Devo Applications Builder

```shell
> cd /path/to/devo-applications-builder
> npm link @devoinc/applications-data-library
```

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