# covalent-api

> Node module for interacting with the Covalent API

Latest version **1.0.6** (published 2021-05-11) · ISC license · 0 weekly downloads

## Install

```sh
npm install covalent-api
pnpm add covalent-api
yarn add covalent-api
bun add covalent-api
```

## 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.6 |
| Published | 2021-05-11 |
| First published | 2021-05-09 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tobias |
| Maintainers | der_boi |

## Links

- npm: https://www.npmjs.com/package/covalent-api
- Repository: https://github.com/TobyG/covalent-api
- Homepage: https://github.com/TobyG/covalent-api#readme
- Issues: https://github.com/TobyG/covalent-api/issues
- npm.io page: https://npm.io/package/covalent-api

## Dependencies (1)

- [isomorphic-unfetch](https://npm.io/package/isomorphic-unfetch.md) ^3.1.0

## Recent versions

- 1.0.6 (latest) — 2021-05-11
- 0.0.1 — 2021-05-10
- 1.0.5 — 2021-05-10
- 1.0.4 — 2021-05-10
- 1.0.3 — 2021-05-10
- 1.0.2 — 2021-05-10
- 1.0.1 — 2021-05-10
- 1.0.0 — 2021-05-09

## README

# about

A WORK-IN-PROGRESS, DOES NOT WORK YET.

An ES6 Node module for interacting with the Covalent API. Use it in your Angular or React projects

# installation

`npm i covalent-api --save`

## Usage:

- import the module
- create a config with your api_key
- call functions with the corresponding parameters
-

- import the module
- create a config with your api_key
- call functions with the corresponding parameters
-

```

import { Covalent } from 'covalent-api';

...

ngOnInit(): void {

    let config = { api_key: 'onemillionwallets' };
    let cov = new Covalent(config);

    cov.getTokenBalancesForAddress('1', '0x84ae5ee482a7a4470386555eed41645aaa62f574')
      .then((res) => console.log(res));

}


```

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