1.0.0 • Published 2 months ago

baha-story v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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.

1.0.0

2 months ago