Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raj-pulapakura/random-word-pair
A quick script that generates an infinite list of random word pairs
https://github.com/raj-pulapakura/random-word-pair
Last synced: 18 days ago
JSON representation
A quick script that generates an infinite list of random word pairs
- Host: GitHub
- URL: https://github.com/raj-pulapakura/random-word-pair
- Owner: raj-pulapakura
- Created: 2022-04-23T08:32:38.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-23T08:33:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T00:29:52.470Z (3 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Word Pair
Hey there, this is a simple project that pairs random words (infinitely). You could use this for anything really (generating Youtube Channel names etc.)
## How to Use
After cloning the project or downloading it, run the following command to start the process:
`npm start`
If you decide to edit the typescript, you can rebuild the javascript by running the following command:
`npm build`
P.S. If you are editing the typescript, you might want to first run `npm` which will automatically download the node types.
## What will happen
As soon as you run `npm start` an infinite list of word pairs will be printed out from the console. The first word of each pair is a random word from `bank/list1.txt` and the second word is a random word from `bank/list2.txt`.
Warning: this will keep going infinitely until you stop it ;)