Skip to content

Commit e9f7c11

Browse files
committed
v0.1.1
1 parent 9aabe93 commit e9f7c11

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# node-ebics-client
22
<p align="center">
33
<a href="https://travis-ci.org/eCollect/node-ebics-client" title="Build Status"><img src="https://travis-ci.org/eCollect/node-ebics-client.svg?branch=master" alt="Build Status" /></a>
4+
<a href="https://www.npmjs.com/package/ebics-client" title="Build Status">
5+
<img alt="ebics-client" src="https://img.shields.io/npm/v/ebics-client">
6+
</a>
7+
<a href="https://snyk.io/test/github/ecollect/node-ebics-client" title="Known Vulnerabilities">
8+
<img src="https://snyk.io/test/github/ecollect/node-ebics-client/badge.svg" alt="Known Vulnerabilities">
9+
</a>
10+
<a href="/eCollect/node-ebics-client/blob/master/LICENSE" title="GPL-3.0"><img alt="GPL-3.0" src="https://img.shields.io/github/license/eCollect/node-ebics-client"></a>
411
</p>
512

613
Pure node.js ( >=8 ) implementation of [EBICS](https://en.wikipedia.org/wiki/Electronic_Banking_Internet_Communication_Standard) ( Electronic Banking Internet Communication ).
@@ -14,6 +21,7 @@ The client is currently tested and verified to work with the following banks:
1421
* [Credit Suisse (Schweiz) AG](https://www.credit-suisse.com/ch/en.html)
1522
* [Zürcher Kantonalbank](https://www.zkb.ch/en/lg/ew.html)
1623
* [Raiffeisen Schweiz](https://www.raiffeisen.ch/rch/de.html)
24+
* [BW Bank](https://www.bw-bank.de/de/home.html)
1725

1826

1927
## Inspiration
@@ -23,6 +31,6 @@ The basic concept of this library was inspired by the [EPICS](https://github.com
2331

2432
## Copyright
2533

26-
Copyright: eCollect AG, 2018-9.
34+
Copyright: eCollect AG, 2018-9.
2735
Licensed under the [GPLv3](LICENSE) license.
2836

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ebics-client",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Node.js ISO 20022 Compliant EBICS Client",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)