Skip to content

Commit 8384b2e

Browse files
docs(chore): add arc branding (#25)
add arc branding GH-24
1 parent ded131b commit 8384b2e

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed
File renamed without changes.

README.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
1-
# loopback4-kafka-client
2-
3-
[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png>)](http://loopback.io/)
4-
5-
[![Node version](https://img.shields.io/node/v/loopback4-kafka-client.svg?style=flat-square)](https://nodejs.org/en/download/)
6-
[![Loopback Core Version](https://img.shields.io/npm/dependency-version/loopback4-kafka-client/@loopback/core.svg?color=dark%20green&style=flat-square)](https://github.com/strongloop/loopback-next)
7-
[![Loopback Build Version](https://img.shields.io/npm/dependency-version/loopback4-kafka-client/dev/@loopback/build.svg?color=dark%20green&style=flat-square)](https://github.com/strongloop/loopback-next/tree/master/packages/build)
8-
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/loopback4-kafka-client?style=flat-square)
9-
10-
[![Latest version](https://img.shields.io/npm/v/loopback4-kafka-client.svg?style=flat-square)](https://www.npmjs.com/package/loopback4-kafka-client)
11-
[![License](https://img.shields.io/github/license/sourcefuse/loopback4-kafka-client.svg?color=blue&label=License&style=flat-square)](https://github.com/sourcefuse/loopback4-kafka-client/blob/master/LICENSE)
12-
[![Downloads](https://img.shields.io/npm/dw/loopback4-kafka-client.svg?label=Downloads&style=flat-square&color=blue)](https://www.npmjs.com/package/loopback4-kafka-client)
13-
[![Total Downloads](https://img.shields.io/npm/dt/loopback4-kafka-client.svg?label=Total%20Downloads&style=flat-square&color=blue)](https://www.npmjs.com/package/loopback4-kafka-client)
14-
1+
<a href="https://sourcefuse.github.io/arc-docs/arc-api-docs" target="_blank"><img src="https://github.com/sourcefuse/loopback4-microservice-catalog/blob/master/docs/assets/logo-dark-bg.png?raw=true" alt="ARC By SourceFuse logo" title="ARC By SourceFuse" align="right" width="150" /></a>
2+
3+
# [loopback4-kafka-client](https://github.com/sourcefuse/loopback4-kafka-client)
4+
5+
<p align="left">
6+
<a href="https://www.npmjs.com/package/loopback4-kafka-client">
7+
<img src="https://img.shields.io/npm/v/loopback4-kafka-client.svg" alt="npm version" />
8+
</a>
9+
<a href="https://github.com/sourcefuse/loopback4-kafka-client/graphs/contributors" target="_blank">
10+
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/sourcefuse/loopback4-kafka-client">
11+
</a>
12+
<a href="https://www.npmjs.com/package/loopback4-kafka-client" target="_blank">
13+
<img alt="downloads" src="https://img.shields.io/npm/dw/loopback4-kafka-client.svg">
14+
</a>
15+
<a href="https://github.com/sourcefuse/loopback4-kafka-client/blob/master/LICENSE">
16+
<img src="https://img.shields.io/github/license/sourcefuse/loopback4-kafka-client.svg" alt="License" />
17+
</a>
18+
<a href="https://loopback.io/" target="_blank">
19+
<img alt="Powered By LoopBack 4" src="https://img.shields.io/badge/Powered%20by-LoopBack 4-brightgreen" />
20+
</a>
21+
</p>
22+
23+
24+
## Overview
1525

1626
A Kafka Client for Loopback4 built on top of [KafkaJS](https://kafka.js.org/).
1727

0 commit comments

Comments
 (0)