Skip to content

Get random word along with its definition and pronunciation using this API.

License

Notifications You must be signed in to change notification settings

keshavk4/random-word-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Word API

Get random word along with its definition and pronunciation using this API.

Installation

  1. Clone the repository:

    git clone https://github.com/keshavk4/random-word-api
  2. Install dependencies:

    npm install

Usage

  1. Start the server:

    npm start
  2. 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"
    }

⚠️ Disclaimer

We don't own any data or word. All belongs to the owner of Website. Use it for educational purpose only.

Contributing

Contributions are welcome! Please open an issue or submit a pull request if you find any bugs or want to add new features.

License

This project is released under the MIT License. See LICENSE for more details.

About

Get random word along with its definition and pronunciation using this API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published