You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Please do not edit this file. Edit the `blah` field in the `package.json` instead. If in doubt, open an issue. -->
2
2
3
3
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
4
20
# bible.js
5
21
6
-
[![Support me on Patreon][badge_patreon]][patreon][![Buy me a book][badge_amazon]][amazon][![PayPal][badge_paypal_donate]][paypal-donations][](https://github.com/IonicaBizau/ama)[](https://www.npmjs.com/package/bible.js)[](https://www.npmjs.com/package/bible.js)
22
+
[![Support me on Patreon][badge_patreon]][patreon][![Buy me a book][badge_amazon]][amazon][![PayPal][badge_paypal_donate]][paypal-donations][](https://github.com/IonicaBizau/ama)[](https://www.npmjs.com/package/bible.js)[](https://www.npmjs.com/package/bible.js)[](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)
23
+
24
+
<ahref="https://www.buymeacoffee.com/H96WwChMy"target="_blank"><imgsrc="https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png"alt="Buy Me A Coffee"></a>
25
+
26
+
27
+
28
+
29
+
30
+
7
31
8
32
> The Bible as a NPM module.
9
33
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
10
50
## :cloud: Installation
11
51
12
52
```sh
@@ -18,6 +58,17 @@ yarn add bible.js
18
58
```
19
59
20
60
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
21
72
## :clipboard: Example
22
73
23
74
@@ -72,17 +123,28 @@ Bible.init({
72
123
73
124
74
125
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
75
134
## :question: Get Help
76
135
77
136
There are few ways to get help:
78
137
138
+
139
+
79
140
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
80
141
2. For bug reports and feature requests, open issues. :bug:
81
-
82
142
3. For direct and quick help, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
83
143
84
144
85
145
146
+
147
+
86
148
## :memo: Documentation
87
149
88
150
@@ -145,12 +207,22 @@ provided.
145
207
146
208
147
209
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
148
221
## :yum: How to contribute
149
222
Have an idea? Found a bug? See [how to contribute][contributing].
150
223
151
224
152
225
## :sparkling_heart: Support my projects
153
-
154
226
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
155
227
this takes time. You can integrate and use these projects in your applications *for free*! You can even change the source code and redistribute (even resell it).
156
228
@@ -169,28 +241,53 @@ However, if you get some profit from this or just want to encourage me to contin
169
241
Thanks! :heart:
170
242
171
243
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
172
258
## :dizzy: Where is this library used?
173
259
If you are using this library in one of your projects, add it in this list. :sparkles:
174
260
261
+
-`bible-sample-config`
262
+
-`bible`
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
175
272
176
-
-[`bible`](https://github.com/BibleJS/BibleApp)—Read the Holy Bible via the command line.
177
-
-[`bible-sample-config`](https://github.com/BibleJS/sample-config)—Sample configuration for Bible CLI client.
0 commit comments