This Package Returns a Random Topic!
Use the node package manager (NPM)
npm i random-topics
const randomTopics = require('random-topics'); //requires the package!
console.log(randomTopics); //Returns a random topic!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.