Git Product home page Git Product logo

random-words-api's Introduction

Random Words API

All Contributors

build-test

๐Ÿฆ„ Get Random Words (with pronunciation) for Free using this API

๐Ÿš€ API

  • Free API - https://random-words-api.vercel.app/word

  • Dutch Random Words - https://random-words-api.vercel.app/word/dutch

  • Get Pronunciation for a Word - https://random-words-api.vercel.app/pronounce/

  • PWA Demo - Check Here

๐ŸŽ› Route Options

  • Base URL: https://random-words-api.vercel.app/word
- /noun
- /sentence
- /question
- /adjective
- /idiom
- /verb
- /letter
- /paragraph
- /vocabulary
- /1-word-quotes
- /2-word-quotes
- /3-word-quotes
- /affirmation

๐ŸŒ Sample API Response

  • API: https://random-words-api.vercel.app/word/
  • Method: GET
[
  {
    "word": "Exactor",
    "definition": "One who exacts; extortioner; claimer of rights  ",
    "pronunciation": "Eksaktor"
  }
]

๐ŸŒ Sample Dutch Response

  • API: https://random-words-api.vercel.app/word/dutch
  • Method: GET
[
  {
    "word": "Perfect",
    "definition": "Perfect",
    "pronunciation": "Perfekt"
  }
]

๐ŸŒ Sample Pronunciation Request

  • API: https://random-words-api.vercel.app/pronounce
  • Method: POST
POST http://localhost:3000/pronounce
Content-Type: application/json

{
  "word": "This is amazing"
}

๐Ÿ“ฃ Sample Pronunciation Response

{
  "pronunciation": "this is amasink"
}

๐Ÿ’ก Learn New word

โœจ Installation (Development)

# Clone the Repo
git clone https://github.com/mcnaveen/Random-Words-API random-words

# Cd into Directory
cd random-words

# Install Dependencies
yarn install

# Start the Development Server
yarn start

๐Ÿ”€ Deploying to Heroku

OneClick Deploy on Heroku

Deploy

๐Ÿ”€ Deploying to Vercel

OneClick Deploy on Vercel

Deploy with Vercel

OR

- Fork the Repo - Login to Vercel (https://vercel.com/dashboard) - Click Import
Project - Give Forked Repo URL - Go Live

โ“ How to Contribute?

Make your changes and follow the below instructions. We follow conventional commits.

โœ๏ธ Commit

  • Stage all changes
git add .
  • Commit the changes
yarn commit
  • Push the changes to GitHub
git push <TO YOUR FORK>

โš› USED BY

Project Name Demo/Preview Source Code Author
Vue Random Words Demo Source @mskian
Speak & Spell Elm Demo Source @gacallea
Random Words CLI Showcase Source @mcnaveen
Random Words CLI (Deno) Showcase Source @mskian

โ˜‘ License

  • MIT

โš  Disclaimer

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

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


MC Naveen

๐Ÿ› ๐Ÿ’ป ๐Ÿ”ฃ ๐Ÿ“– ๐Ÿ’ก ๐Ÿค” ๐Ÿšง ๐Ÿ‘€

jonah-butler

๐Ÿ’ป ๐Ÿ“–

Santhosh Veer

๐Ÿ’ป ๐Ÿ“– ๐Ÿค” ๐Ÿšง ๐Ÿ› ๐Ÿ‘€

This project follows the all-contributors specification. Contributions of any kind welcome!

random-words-api's People

Contributors

allcontributors[bot] avatar dependabot[bot] avatar diogo405 avatar jonah-butler avatar mcnaveen avatar mskian avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.