baha-story
v1.0.0
Published
A collection of Bahá'í stories for inspiration and reflection.
Downloads
8
Maintainers
Readme
baha-story
A collection of Bahá'í stories for inspiration and reflection.
Installation
npm install baha-story
Usage
const bahaStory = require('baha-story');
// Get a random Bahá'í story
const story = bahaStory.getRandomStory();
console.log(story.title);
console.log(`Author: ${story.author}`);
console.log(story.content);
Contributing
Contributions are welcome! If you have any Bahá'í stories to share or would like to improve the package, feel free to submit a pull request.
License
This project is licensed under the ISC License - see the LICENSE file for details.