A Raycast extension to look up synonyms, antonyms, and related words using Thesaurus.com and Datamuse API.
- Thesaurus: Search for synonyms and antonyms with definitions.
- Datamuse: Explore words by meaning, sound, spelling, and more. Supports
word:topicsyntax.
-
Install dependencies:
npm install
-
Build:
npm run build
You can test the API fetching logic using the scripts in scripts/:
npx tsx scripts/test-thesaurus.ts
npx tsx scripts/test-datamuse.ts