The rhymometer is a tool to assist poets and song writers with tempo. It is a web-based application that parses phrases and finds rhyming pairs in them. It then counts the number of syllables in those parsed phrases (including the rhyme pairs). Finally, it outputs that parsed information.
The rhymometer is an application built in Meteor. It utilizes Allison Parrish's pronouncing-js, a simple interface for the CMU Pronouncing Dictionary.
- Install Meteor
- Install Node.js
- meteor npm install --save pronouncing
- cd rhymometer
- run meteor