cowpea

Find synonyms that rhyme, a tool for poets.

Usage no npm install needed!

<script type="module">
  import cowpea from 'https://cdn.skypack.dev/cowpea';
</script>

README

cowpea

Find synonyms that rhyme, a tool for poets.

Installation

npm i cowpea;

Usage

import cowpea from 'cowpea';
await cowpea.find('frozen', 'aged');
[
  {
    "word": [
      "frozen",
      "aged"
    ],
    "swap": [
      "cold",
      "old"
    ],
    "description": "frozen/aged: Instead of frozen use cold, instead of aged use old. Then rhyme cold with old."
  }
]