Skip to content

Commit 237bd7c

Browse files
docs: add kieranbarker as a contributor for doc (#102)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent d7ff41d commit 237bd7c

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

.all-contributorsrc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "kieranbarker",
12+
"name": "Kieran Barker",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/29986418?v=4",
14+
"profile": "https://barker.codes",
15+
"contributions": [
16+
"doc"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"skipCi": true,
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"projectName": "wait-port",
25+
"projectOwner": "dwmkerr"
26+
}

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# wait-port
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![Release Please](https://github.com/dwmkerr/wait-port/actions/workflows/release-please.yaml/badge.svg)](https://github.com/dwmkerr/wait-port/actions/workflows/release-please.yaml) [![codecov](https://codecov.io/gh/dwmkerr/wait-port/branch/master/graph/badge.svg)](https://codecov.io/gh/dwmkerr/wait-port) [![npm version](https://badge.fury.io/js/wait-port.svg)](https://badge.fury.io/js/wait-port) [![Greenkeeper badge](https://badges.greenkeeper.io/dwmkerr/wait-port.svg)](https://greenkeeper.io/) [![GuardRails badge](https://badges.guardrails.io/dwmkerr/wait-port.svg?token=569f2cc38a148f785f3a38ef0bcf5f5964995d7ca625abfad9956b14bd06ad96&provider=github)](https://dashboard.guardrails.io/default/gh/dwmkerr/wait-port)
47

@@ -188,3 +191,25 @@ const promise = waitPort({ port: 9000, interval: 10000 }, 2000);
188191
In this case, the socket will only attempt to connect every ten seconds. So on the first iteration, the timeout is not reached, then another iteration will be scheduled for after ten seconds, meaning the timeout will happen eight seconds later than one might expect.
189192

190193
The `waitPort` promise may take up to `interval` milliseconds greater than `timeout` to resolve.
194+
195+
## Contributors ✨
196+
197+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
198+
199+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
200+
<!-- prettier-ignore-start -->
201+
<!-- markdownlint-disable -->
202+
<table>
203+
<tbody>
204+
<tr>
205+
<td align="center" valign="top" width="14.28%"><a href="https://barker.codes"><img src="https://avatars.githubusercontent.com/u/29986418?v=4?s=100" width="100px;" alt="Kieran Barker"/><br /><sub><b>Kieran Barker</b></sub></a><br /><a href="https://github.com/dwmkerr/wait-port/commits?author=kieranbarker" title="Documentation">📖</a></td>
206+
</tr>
207+
</tbody>
208+
</table>
209+
210+
<!-- markdownlint-restore -->
211+
<!-- prettier-ignore-end -->
212+
213+
<!-- ALL-CONTRIBUTORS-LIST:END -->
214+
215+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)