# caragpe-palindrome

> Palindrome detector

Latest version **0.4.0** (published 2018-10-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install caragpe-palindrome
pnpm add caragpe-palindrome
yarn add caragpe-palindrome
bun add caragpe-palindrome
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2018-10-25 |
| First published | 2018-10-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | carlos.agullo@gmail.com |
| Maintainers | caragpe |
| Keywords | palindrome, javascript |

## Links

- npm: https://www.npmjs.com/package/caragpe-palindrome
- Repository: https://github.com/caragpe/js_tutorial
- Homepage: https://github.com/caragpe/js_tutorial#readme
- Issues: https://github.com/caragpe/js_tutorial/issues
- npm.io page: https://npm.io/package/caragpe-palindrome

## Dependencies (1)

- [mocha](https://npm.io/package/mocha.md) ^5.2.0

## Recent versions

- 0.4.0 (latest) — 2018-10-25
- 0.3.0 — 2018-10-24
- 0.2.0 — 2018-10-24
- 0.1.0 — 2018-10-24

## README

# Phrase object (with palindrome detector)

This is a sample NPM module created in [*Learn Enough JavaScript to Be Dangerous*](https://www.learnenough.com/javascript-tutorial) by Michael Hartl.

The module can be used as follows:

```
$ npm install --global caragpe-palindrome
$ vim test.js
let Phrase = require("caragpe-palindrome");
let napoleonsLament = new Phrase("Able was I, ere I saw Elba.");
console.log(napoleonsLament.palindrome());
$ node test.js
true
```

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