0.1.0 • Published 5 years ago

michaelsking1993-palindrome v0.1.0

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

Phrase object (with palindrome detector)

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

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