random status lines

A Library which can generate Random Status Lines for a Loading Screen

1
0
JavaScript

random-status-lines

A Library Which can generate random status lines for loading screens.

Ex.

Generating new Instance... 
Looking up on Google... 
Fixing Errors... 

Usage

Installing npm package
$ npm i random-status-lines
Usage (one status line)
(index.js)

const statusLines = require('random-status-lines); 
const statusline = statusLines.generate();
console.log(statusline)

Licence

This project is licensed under the MIT License - see the LICENSE file for details

© samyakbambole

Contribute

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.