A collection of Bahá'í stories for inspiration and reflection.
npm install baha-story
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);
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.
This project is licensed under the ISC License - see the LICENSE file for details.