Skip to content

Instantly share code, notes, and snippets.

View talkenson's full-sized avatar
👀
In search of the lost commit

Vitaly Shatalov talkenson

👀
In search of the lost commit
View GitHub Profile
import "@johnlindquist/kit"
// Menu: Synonym
// Description: List synonyms
// Author: John Lindquist
// Twitter: @johnlindquist
let synonym = await arg("Type a word", async input => {
if (!input || input?.length < 3) return []
let url = `https://api.datamuse.com/words?ml=${input}&md=d`