Skip to content

Commit 3d8db1f

Browse files
author
Sv443
committed
modified docs and readme
1 parent b3cf07f commit 3d8db1f

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,18 @@
2525

2626
<br><br>
2727

28+
<table>
29+
<tr style="vertical-align: top" vertical-align="top" align="top"><td>
30+
2831
# Official API Wrappers:
2932
- [Rust](https://github.com/canarado/sv443_jokeapi_wrapper)
3033
- [Python](https://github.com/thenamesweretakenalready/Sv443s-JokeAPI-Python-Wrapper)
3134

32-
<br>
35+
</td><td>
36+
37+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
38+
39+
</td><td>
3340

3441
# Projects (I'm aware of) that use JokeAPI:
3542
- [dozens Advices](https://github.com/ZephyrVentum/dozens-Advices) by [ZephyrVentum](https://github.com/ZephyrVentum)
@@ -40,6 +47,9 @@
4047

4148
([Contact me](https://sv443.net/discord) to get your project added here)
4249

50+
</tr>
51+
</table>
52+
4353

4454
<br><br>
4555
<div align="center" style="text-align:center">

docs/raw/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ label {
322322
}
323323

324324
#statusCodeTable tr td.dr, span.col.dr {
325-
color: #df0909;
325+
color: #f52727;
326326
}
327327

328328
.colB {

docs/raw/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,11 +615,18 @@ <h2 style="color: orangered;">By using this website and API you are agreeing to
615615
<td>Internal Server Error</td>
616616
<td>There was a general internal error within <!--%#INSERT:NAME#%-->. You can get more info from the properties in the response text</td>
617617
</tr>
618+
<tr>
619+
<td class="dr">523</td>
620+
<td>Origin Unreachable</td>
621+
<td>My server is temporarily offline due to maintenance or a dynamic IP update. Please be patient in this case.</td>
622+
</tr>
618623
</table>
619624

620625
<br>
621626

622-
<span class="col g">Success</span> &bull; <span class="col r">Client Error</span> &bull; <span class="col dr">Server Error</span>
627+
<mark>
628+
<span class="col g">Success</span> &bull; <span class="col r">Client Error</span> &bull; <span class="col dr">Server Error</span>
629+
</mark>
623630

624631

625632

@@ -1137,10 +1144,14 @@ <h2 style="color: orangered;">By using this website and API you are agreeing to
11371144
<li><a href="https://npmjs.com/package/json-to-pretty-yaml" target="_blank">json-to-pretty-yaml</a></li>
11381145
<li><a href="https://npmjs.com/package/mysql" target="_blank">MySQL</a></li>
11391146
<li><a href="https://npmjs.com/package/node-wrap" target="_blank">node-wrap</a></li>
1147+
<li><a href="https://npmjs.com/package/promise-all-sequential" target="_blank">promise-all-sequential</a></li>
11401148
<li><a href="https://npmjs.com/package/rate-limiter-flexible" target="_blank">rate-limiter-flexible</a></li>
11411149
<li><a href="https://npmjs.com/package/request-ip" target="_blank">request-ip</a></li>
11421150
<li><a href="https://npmjs.com/package/svjsl" target="_blank">JSLib</a></li>
11431151
<li><a href="https://npmjs.com/package/xss" target="_blank">xss</a></li>
1152+
<!--
1153+
<li><a href="https://npmjs.com/package/XXXX" target="_blank">XXXX</a></li>
1154+
-->
11441155
</ul>
11451156
</div>
11461157

0 commit comments

Comments
 (0)