UNPKG

rhyming-words-api

Version:

A simple Node.js API that returns rhyming words dynamically using Datamuse API.

21 lines 405 B
{ "name": "rhyming-words-api", "version": "1.0.0", "description": "A simple Node.js API that returns rhyming words dynamically using Datamuse API.", "main": "index.js", "scripts": { "test": "node index.js" }, "keywords": [ "rhymes", "api", "nodejs", "datamuse", "express" ], "author": "Ravi", "license": "MIT", "dependencies": { "express": "^4.18.2" } }