An open API service indexing awesome lists of open source software.

https://github.com/hellofaizan/random-questions


https://github.com/hellofaizan/random-questions

Last synced: about 1 year ago
JSON representation

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 ☕
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/hellofaizan)