mcnaveen / Random-Words-API-to-Telegram

πŸ¦„ Send Random Word with definition and pronunciation to Telegram

Home Page:https://random-words-api-to-telegram.vercel.app//

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Words API to Telegram

build-test

πŸ¦„ Get Random Words (with pronunciation) and send to Telegram API

πŸš€ API

  • Feel free to use this API - https://random-words-api.vercel.app/

  • Demo - Check Here

🌐 Sample API Response

[
  {
    word: "Luculent",
    definition: "Bright; clear; convincing ",
    pronunciation: "Lukulent"
  }
]

πŸ’‘ Learn New word

✨ Installation (Development)

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

# Cd into Directory
cd random-words-tg

# Install Dependencies
npm install

# Start the Development Server
node index.js

πŸ”€ Deploying to Heroku

Follow the Documentation

πŸ”€ Deploying to Vercel

OneClick Deploy on Vercel

After Deploy Goto Project Settings Add (Bot Token & Channel ID) in Environment Variables

Deploy with Vercel

OR

Manual Setup

- Fork the Repo
- Login to Vercel (https://vercel.com/dashboard)
- Click Import Project
- Give Forked Repo URL
- Edit the ENV (Bot Token & Channel ID)
- Go Live

πŸ“„ LICENSE

  • MIT

🚨 DISCLAIMER

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

πŸ’° HELP ME WITH DEVELOPMENT COST

Buy Me A Coffee

About

πŸ¦„ Send Random Word with definition and pronunciation to Telegram

https://random-words-api-to-telegram.vercel.app//

License:MIT License


Languages

Language:JavaScript 99.7%Language:Procfile 0.3%