https://github.com/hellofaizan/random-questions
https://github.com/hellofaizan/random-questions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellofaizan/random-questions
- Owner: hellofaizan
- License: mit
- Created: 2024-11-06T16:54:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:39:50.000Z (over 1 year ago)
- Last Synced: 2025-04-05T03:27:24.242Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pouzz-questions
Mad libs style random question generator. Can be used for bot testing or qe projects in general or anything really.
Presently you can generate a random question or name , a small set right now but will be expanded soon. Contributions very much welcome!
#### A random question generator mainly being used for [Pouzz App](https://pouzz.xyz)
# Install Package 📦
```sh
yarn add pouzz-questions
```
Install the dependencies and devDependencies and start the server.
## Usage ✨
```
const {getQuestion, getPersonName} = require('random-questions');
getQuestion(); \\ returns a random question
getPersonName(); \\ returns a random first and last name
```
## Donations ☕
[](https://www.buymeacoffee.com/hellofaizan)