Get random and unique names of Human Beings and Places present in the World.
npm install random-names-placesGet random and unique names of Human Beings and Places present in the World.
Please conside Following this project's Author, Akshay Raichur on Instagram, Twitter, LinkedIn
```
npm install random-names-places --save
`
const random = require('random-names-places');
console.log(random.all) // This will log all the names availiable
console.log(random.name()) // This will log a random name availiable
console.log(random.place()) // This will log a random place
console.log(random.middleName()) // This will log a random middle name
console.log(random.starWarsName()) // This will log a cool starwars name
``