Get random word along with its definition and pronunciation using this API.
-
Clone the repository:
git clone https://github.com/keshavk4/random-word-api
-
Install dependencies:
npm install
-
Start the server:
npm start
-
Make a GET request to
/
endpoint to fetch the word of the day:curl http://localhost:3000/word
Example response:
{ "word": "lignite", "definition": "woody coal", "pronunciation": "liknite" }
We don't own any data or word. All belongs to the owner of Website. Use it for educational purpose only.
Contributions are welcome! Please open an issue or submit a pull request if you find any bugs or want to add new features.
This project is released under the MIT License. See LICENSE for more details.