UNPKG

random-topics

Version:
27 lines (17 loc) 553 B
# random-topics This Package Returns a Random Topic! ## Installation Use the node package manager (NPM) ```bash npm i random-topics ``` ## Usage ```js const randomTopics = require('random-topics'); //requires the package! console.log(randomTopics); //Returns a random topic! ``` ## Contributing 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. ## License [MIT](https://choosealicense.com/licenses/mit/)