2.0.0 • Published 6 years ago

get-rhymes v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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