CLI tool to find rhymes using DataMuse API allowing developers to find words that rhyme from the terminal. Basically rhymezone.com but as a CLI
Install
npm install -g rhymer
# -r or --rhyme
$ rhymer -r hello
go blow show know snow so throw flow though pro
quo grow row sew mow low o woe crow no yoe toe hoe
glow owe joe co dough slow beau doe ho foe glo
....
- Improve feature set of CLI
- near rhymes
- thesaurus
- synonyms
- Work on roadmap
- Publishing the most recent package
- Creating a web app
- Having some real-time web-socket fun could be interesting
- Creating a graphql API for an internal project which gets opened up as a public API later
- Creating a desktop APP
- Creating a mobile app?
Simplify code and reduce number of filesAdd mocks for API clientPublish as NPM packageSet up test checks on GithubAdd Prettier and/or StandardJS and/or ESLint for code formattingAllow averbose
flag that will further categorize words by syllable