# akinlawona-palindrome

> palindrome detector

Latest version **1.1.1** (published 2020-04-27) · ISC license · 0 weekly downloads

## Install

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

## 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.1.1 |
| Published | 2020-04-27 |
| First published | 2020-04-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Akin Adejuwon |
| Maintainers | akinlawon |
| Keywords | palindrome, learn-enough, javascript |

## Links

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

## Recent versions

- 1.1.1 (latest) — 2020-04-27
- 0.1.0 — 2020-04-27

## README

This is a sample NPM module created in Learn Enough JavaScript to Be Dangerous by Akin Adejuwon.

The module can be used as follows:

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