sambachimere-palindrome

0.2.0 • Public • Published

Phrase object (with palindrome detector)

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 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

Package Sidebar

Install

npm i sambachimere-palindrome

Weekly Downloads

1

Version

0.2.0

License

ISC

Unpacked Size

3.41 kB

Total Files

4

Last publish

Collaborators

  • sambachimere