A Phrase object, with palindrome detector.

An NPM module sample. Usage:

npm install paulos-palindrome
let Phrase = require('paulos-palindrome')
let string = new Phrase("Did I do, O God, did I as I said I’d do? Good! I did.")
console.log(string.palindrome())