# michal-p-palindrome

> Palindrome detector

Latest version **0.2.0** (published 2019-02-25) · ISC license · 0 weekly downloads

## Install

```sh
npm install michal-p-palindrome
pnpm add michal-p-palindrome
yarn add michal-p-palindrome
bun add michal-p-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.2.0 |
| Published | 2019-02-25 |
| First published | 2018-12-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Michal Puchy |
| Maintainers | michal-p |
| Keywords | palindrome, learn-enough, javascript |

## Links

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

## Recent versions

- 0.2.0 (latest) — 2019-02-25
- 0.1.2 — 2019-02-04
- 0.1.1 — 2018-12-03

## 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 Michal Puchy.

The module can be used as follows:

```
$ npm install --global michal-p-palindrome
$ vim test.js
let Phrase = require("michal-p-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/michal-p-palindrome · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
