A Library which can generate Random Status Lines for a Loading Screen
A Library Which can generate random status lines for loading screens.
Ex.
Generating new Instance...
Looking up on Google...
Fixing Errors...
$ npm i random-status-lines
(index.js)
const statusLines = require('random-status-lines);
const statusline = statusLines.generate();
console.log(statusline)
This project is licensed under the MIT License - see the LICENSE file for details
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.