0.1.2 • Published 4 years ago

muz-palindrome v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Phrase object (with palindrome detector)

Muz Ahmed is working on this sample NPM module created in Learn Enough JavaScript to Be Dangerous.

The module can be used as follows:

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