1.0.6 • Published 9 months ago
pouzz-questions v1.0.6
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
Install Package 📦
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