https://github.com/sanwebinfo/ts-random-words
Get Random Words with Definition and Pronunciation.
https://github.com/sanwebinfo/ts-random-words
bulma css html javascript json json-api random-generation random-word random-word-generator random-words random-words-api typescript
Last synced: 9 days ago
JSON representation
Get Random Words with Definition and Pronunciation.
- Host: GitHub
- URL: https://github.com/sanwebinfo/ts-random-words
- Owner: sanwebinfo
- License: mit
- Created: 2024-12-29T08:12:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T15:21:45.000Z (10 months ago)
- Last Synced: 2025-10-10T20:38:27.746Z (9 days ago)
- Topics: bulma, css, html, javascript, json, json-api, random-generation, random-word, random-word-generator, random-words, random-words-api, typescript
- Language: HTML
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Words
Get Random Words with Definition and Pronunciation.
**Note**
I primarily built this tool for personal use, and I mostly run it on my home server or localhost.This tool is not recommended for production use, this is for educational purpose , you are welcome to fork the project and make any changes as needed.
## Setup
- Download or Clone the repo
- install dependencies```sh
pnpm install
```- Development
```sh
pnpm dev
```- Build a Project
```sh
pnpm build
```- Start the server
```sh
pnpm start
```## Routes
- `/` - Static Page
- `/words` - API to GET random words## proxy API
Use this proxy API to bypass CF - **** (Host this CORS API on Android Mobile using termux + Cloudflare Tunnel) ISP IP act as Proxy
***Example `.env` Configuration***
- Words Data from -
```env
PROXY=https://cors.example.com/api/bypass?url=https://exampl.com.com/
URL=https://example.com/
PORT=6021
```## About API
This API was Orginally Developed by [@mcnaveen](https://github.com/mcnaveen/)
I self-hosted this API.For More about this API - [Random Words API](https://github.com/mcnaveen/Random-Words-API)
## Disclaimer ⚠
- We don't own any data or word. All belongs to the Respective owner of Website.
- Using it for educational purpose only.
- use it as your own risk## LICENSE
MIT