kurple-palindrome

0.1.21 • Public • Published

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

Package Sidebar

Install

npm i kurple-palindrome

Weekly Downloads

3

Version

0.1.21

License

ISC

Unpacked Size

3.17 kB

Total Files

4

Last publish

Collaborators

  • kurple