beeftosino-palindrome

0.1.1 • Public • Published

Phrase object (with palindrome detector)

Sample NPM module created in Learn Enough JavaScript to Be Dangerous tutorial by Michael Hartl.

The module can be used as follows:

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i beeftosino-palindrome

Weekly Downloads

0

Version

0.1.1

License

ISC

Unpacked Size

5.23 kB

Total Files

4

Last publish

Collaborators

  • beeftosino