Skip to content

Commit

Permalink
add npm badge (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Vatjus-Anttila authored Oct 20, 2018
1 parent 5822096 commit e778912
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h1 align="center">opentmi-jsclient</h1>

[![npm version](https://img.shields.io/npm/v/opentmi-jsclient.svg)](https://www.npmjs.com/package/opentmi-jsclient)
[![CircleCI](https://circleci.com/gh/OpenTMI/opentmi-jsclient/tree/master.svg?style=svg)](https://circleci.com/gh/OpenTMI/opentmi-jsclient/tree/master)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![License badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://img.shields.io)
Expand All @@ -15,6 +16,11 @@ Extendable for custom API's provided by opentmi addons.
## Documentation
[API documentation](https://opentmi.github.io/opentmi-jsclient/)

## Installation

```
npm i opentmi-jsclient
```

## Build

Expand Down

0 comments on commit e778912

Please sign in to comment.