random-philosopher
v1.1.0
Published
A package to generate random philosophers' names with a short introduction
Readme
Usage Here's how to use the package:
Import the Package const { getRandomPhilosopher } = require('random-philosopher');
Generate a Random Philosopher const philosopher = getRandomPhilosopher();
console.log(Name: ${philosopher.name});
console.log(Intro: ${philosopher.intro});
Example Output Name: Socrates Intro: An ancient Greek philosopher credited as a founder of Western philosophy and the Socratic method.
Features Get a random philosopher's name and a brief introduction. Includes a mix of ancient and modern philosophers.
Contributing Contributions are welcome! If you'd like to contribute:
Fork this repository. Create a branch for your feature or bug fix. Commit your changes. Submit a pull request.
License This project is licensed under the MIT License. See the LICENSE file for more details.
Support If you encounter any issues or have suggestions, feel free to open an issue on the https://github.com/amirshahzadhashmi7145/random-philosopher.
