Skip to content

Commit

Permalink
added build and version badges to js readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Apr 21, 2021
1 parent d4ca0f8 commit 8aee2df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions javascript/README.md
@@ -1,4 +1,8 @@
# Ditto JavaScript client
[![Build Status](https://github.com/eclipse/ditto-clients/workflows/javascript-build/badge.svg)](https://github.com/eclipse/ditto-clients/actions?query=workflow%3Ajavascript-build)
[![npm node](https://img.shields.io/npm/v/@eclipse-ditto/ditto-javascript-client-node?label=npm%3A%20node)](https://www.npmjs.com/package/@eclipse-ditto/ditto-javascript-client-node)
[![npm dom](https://img.shields.io/npm/v/@eclipse-ditto/ditto-javascript-client-dom?label=npm%3A%20dom)](https://www.npmjs.com/package/@eclipse-ditto/ditto-javascript-client-dom)

This module is a TypeScript library to facilitate working the the REST-like HTTP API and web socket API of Eclipse Ditto.

### How to use it
Expand Down

0 comments on commit 8aee2df

Please sign in to comment.