# loops-client

> Unofficial client for loops.so

Latest version **1.3.0** (published 2023-05-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install loops-client
pnpm add loops-client
yarn add loops-client
bun add loops-client
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.3.0 |
| Published | 2023-05-19 |
| First published | 2023-05-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=12.0 |
| Dependencies | 0 |
| Unpacked size | 11.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Stefan Mai |
| Maintainers | iamnafets |
| Keywords | boilerplate, template, typescript, vscode, jest, husky, commitizen, semantic-release, codecov |

## Links

- npm: https://www.npmjs.com/package/loops-client
- Repository: https://github.com/Optick-Labs/loops-client
- Homepage: https://github.com/Optick-Labs/loops-client#readme
- Issues: https://github.com/Optick-Labs/loops-client/issues
- npm.io page: https://npm.io/package/loops-client

## 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.3.0 (latest) — 2023-05-19
- 1.2.0 — 2023-05-19
- 1.1.0 — 2023-05-19
- 1.0.0 — 2023-05-19

## README

# loops-client

[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Commitizen Friendly][commitizen-img]][commitizen-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]

> An unofficial javascript/typescript client for loops.so

## Install

```bash
# yarn
npm install loops-client

# yarn
yarn add loops-client
```

## Usage

```ts
import { LoopsClient } from 'loops-client';

const client = new LoopsClient('YOUR-API-KEY');
const response = await client.addContact({ email: 'email@example.com', firstName: 'foo', lastName: 'bar' });
if(response.success) {
    // Yay
} else {
    // Boo
}
```

[build-img]:https://github.com/Optick-Labs/loops-client/actions/workflows/release.yml/badge.svg
[build-url]:https://github.com/Optick-Labs/loops-client/actions/workflows/release.yml
[downloads-img]:https://img.shields.io/npm/dt/loops-client
[downloads-url]:https://www.npmtrends.com/loops-client
[npm-img]:https://img.shields.io/npm/v/loops-client
[npm-url]:https://www.npmjs.com/package/loops-client
[issues-img]:https://img.shields.io/github/issues/Optick-Labs/loops-client
[issues-url]:https://github.com/Optick-Labs/loops-client/issues
[codecov-img]:https://codecov.io/gh/Optick-Labs/loops-client/branch/main/graph/badge.svg
[codecov-url]:https://codecov.io/gh/Optick-Labs/loops-client
[semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]:https://github.com/semantic-release/semantic-release
[commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]:http://commitizen.github.io/cz-cli/

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