# compliment-me

> Want to feel good about yourself? Receive compliments in the console with this.

Latest version **1.0.1** (published 2021-02-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install compliment-me
pnpm add compliment-me
yarn add compliment-me
bun add compliment-me
```

## 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 | 2021-02-23 |
| First published | 2021-02-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anthony Varkey |
| Maintainers | ynot_modules |
| Keywords | compliment, good, nice, happy |

## Links

- npm: https://www.npmjs.com/package/compliment-me
- npm.io page: https://npm.io/package/compliment-me

## Recent versions

- 1.0.1 (latest) — 2021-02-23
- 1.0.0 — 2021-02-23

## README

# Overview

Compliment Me prints a random compliment to make you feel good when you run your code.

## Installation

```
$ npm install compliment-me
```

## Usage

```javascript
var compliment = require('compliment-me');
compliment();
//prints a random compliment Ex: "You're the best coder ever"
```

## License
[MIT](https://choosealicense.com/licenses/mit/)

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