1.0.4 • Published 4 years ago

random-status-lines v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

random-status-lines

ransom-status-lines is now shifted to @ironer/r-s-l

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.