# cleverbot-api-free

> Free cleverbot wrapper

Latest version **1.0.1** (published 2020-12-27) · 0 weekly downloads

## Install

```sh
npm install cleverbot-api-free
pnpm add cleverbot-api-free
yarn add cleverbot-api-free
bun add cleverbot-api-free
```

## 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.1 |
| Published | 2020-12-27 |
| First published | 2020-12-26 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Tobi |
| Maintainers | tobi.wtf |
| Keywords | cleverbot, clev, google, requests, free, md5, superagent |

## Links

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

## Dependencies (2)

- [md5](https://npm.io/package/md5.md) ^2.3.0
- [superagent](https://npm.io/package/superagent.md) ^6.1.0

## Alternatives

- [@mdxeditor/editor](https://npm.io/package/@mdxeditor/editor.md) — 962.4K weekly downloads
- [mmdb-lib](https://npm.io/package/mmdb-lib.md) — 680.9K weekly downloads
- [playcanvas](https://npm.io/package/playcanvas.md) — 36.2K weekly downloads
- [@glw907/cairn-cms](https://npm.io/package/@glw907/cairn-cms.md) — 967 weekly downloads
- [markdown-to-confluence](https://npm.io/package/markdown-to-confluence.md) — 103 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2020-12-27
- 1.0.0 — 2020-12-26

## README

# Cleverbot

# Install

`npm install cleverbot-api-free`

# Usage

```js
const cleverbot = require("cleverbot-api-free");
const client = new cleverbot();

client.send(
    "message",
    async response => {
        console.log(response);
    },
);
```

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