0.1.2 • Published 5 years ago

peterluczynski-palindrome v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Phrase object (with palindrome detector)

This is a sample NPM module created in Learn Enough Javascript to Be Dangerous. The module can be used as follows:

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