# glarkin-palindrome

> Palindrome Detector

Latest version **0.1.0** (published 2019-03-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install glarkin-palindrome
pnpm add glarkin-palindrome
yarn add glarkin-palindrome
bun add glarkin-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.1.0 |
| Published | 2019-03-29 |
| First published | 2019-03-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | George Larkin |
| Maintainers | glarkin |
| Keywords | palindrome, learn-enough, javascript |

## Links

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

## Recent versions

- 0.1.0 (latest) — 2019-03-29

## README

This is a sample NPM module created in "Learn Enough Javascript to be Dangerous" by Michael Hartl.

The module can be used as follows:

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

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