# sambachimere-palindrome

> Palindrome detector

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

## Install

```sh
npm install sambachimere-palindrome
pnpm add sambachimere-palindrome
yarn add sambachimere-palindrome
bun add sambachimere-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-03-03 |
| First published | 2020-03-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Samba Diaw |
| Maintainers | sambachimere |
| Keywords | palindrome, learn-enough, javascript |

## Links

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

## Recent versions

- 0.2.0 (latest) — 2020-03-03
- 0.1.0 — 2020-03-02

## README

# Phrase object (with palindrome detector)

This is a sample NPM module created in [_Learn Enough JavaScript to Be Dangerous_](http://learnenough.com/javascript) by Michael Hartl.

The module can be used as follows:

```
$ npm install --global sambachimere-palindrome
$ vim test.js
let Phrase = require("sambachimere-palindrome");
let str = new Phrase("A man, a plan, a canal—Panama!");
console.log(str.palindrome());
\$ node test.js
true
```

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