# scoetzee-palindrome

> Palindrome detector

Latest version **0.2.0** (published 2020-07-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install scoetzee-palindrome
pnpm add scoetzee-palindrome
yarn add scoetzee-palindrome
bun add scoetzee-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 | 2020-07-16 |
| First published | 2020-07-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Stef Coetzee |
| Maintainers | scoetzee |
| Keywords | palindrome, learn-enough, javascript |

## Links

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

## Recent versions

- 0.2.0 (latest) — 2020-07-16
- 0.1.0 — 2020-07-16

## README

# Phrase object (with palindrome detector)

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

The module can be used as follows:

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

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