get-rhymes
v2.0.0
Published
Pull great rhymes from RhymeZone and B-Rhymes. Includes near rhymes.
Downloads
16
Maintainers
Readme
Pull great rhymes from RhymeZone and B-Rhymes. Includes near rhymes.
Install
$ npm install get-rhymes
Usage
const getRhymes = require('get-rhymes')
getRhymes('easy').then(rhymes => {
console.log(rhymes)
})
// => [..., 'levy', 'busy', 'lazy', ...]
Created By
License
MIT