https://github.com/marcomadera/random-messages-names
Random names and messages to test
https://github.com/marcomadera/random-messages-names
node-module
Last synced: 28 days ago
JSON representation
Random names and messages to test
- Host: GitHub
- URL: https://github.com/marcomadera/random-messages-names
- Owner: MarcoMadera
- Created: 2020-04-15T08:15:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T03:28:23.000Z (about 6 years ago)
- Last Synced: 2025-03-18T12:55:12.492Z (about 1 year ago)
- Topics: node-module
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/random-messages-names
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random-messages-names
I can hardly think of names, random-messages-names generates random names and messages so I will leave it to the random.
## Install
```
npm i random-messages-names
```
## Usage
```
let RandomMessagesNames = require('random-messages-names');
console.log(RandomMessagesNames.Msg());
/* output i.e:
Cai Burris park class to dam dollar Damien Maynard truthful as soon as metal he crush measure euphonium
Copeland hard two opinion Chapman x-ray liquid to hover chinese we lowly since buffer I behave print
station they inform eight butcher
*/
console.log(RandomMessagesNames.Name());
//output i.e: Christoph Pennington
console.log(RandomMessagesNames.FirstName());
//output i.e: Harry
console.log(RandomMessagesNames.LastName());
//output i.e: Chapman
```
##Install Package Globally
random-messages-names can also be installed globally so that all the projects on the computer can use it.
```
npm i -g random-messages-names
```
It can be used through the console with the following commands
```
random-name
random-firstname
random-lastname
random-msg
```
## Contributing
If someone wants to add or improve something, I invite you to collaborate directly in this repository: [random-messages-names](https://github.com/MarcoMadera/random-messages-names.git)
## License
random-messages-names is released under the [MIT License](https://opensource.org/licenses/MIT).