holy-ipsum
v0.0.1
Published
KJV Bible verse generator focusing on regeneration and grace.
Maintainers
Readme
Holy Ipsum
"Don't fill your app with meaningless Latin. Fill it with the Word of God."
A lightweight, zero-dependency Node.js library that generates meaningful KJV Bible verses as placeholder text. Unlike standard Lorem Ipsum, this generator focuses on powerful theological themes: Regeneration, Sovereign Grace, and Sanctification.
Perfect for Christian web projects, church apps, or simply for developers who want to be reminded of God's grace while debugging.
Features
Theologically Curated: Not just random verses. The database is strictly curated to focus on Experiential Regeneration and Sola Gratia (Grace Alone).
Pure KJV: Uses the majestic King James Version text.
Zero Dependencies: Extremely lightweight and fast.
Easy to Use: Just one function call to get spiritual text.
Installation
npm install holy-ipsum🚀 Usage
Basic Usage
The default function returns 3 sentences (verses) joined together.
const holyIpsum = require('holy-ipsum');
// Generate 3 sentences (Default)
const text = holyIpsum();
console.log(text);
// Output example:
// "For by grace are ye saved through faith... Therefore if any man be in Christ..."Customization
// Generate 5 verses
const longText = holyIpsum(5);
// Generate just 1 verse for a header
const shortText = holyIpsum(1);📝 API
holyIpsum(count)
| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| count | Number | 3 | The number of verses to generate. |
Returns: String (Space-separated verses).
Author
Harim Yoo
License
This project is licensed under the MIT License.
