rhymer
v0.6.0
Published
A command-line tool for querying Rhymezone
Downloads
20
Readme
rhymer
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
Getting started
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
....
Todo
- 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?
Old Todos
- ~Simplify code and reduce number of files~
- ~Add mocks for API client~
- ~Publish as NPM package~
- ~Set up test checks on Github~
- ~Add Prettier and/or StandardJS and/or ESLint for code formatting~
- ~Allow a
verbose
flag that will further categorize words by syllable~