Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apollon77/iobroker.btc_kurs

Current cryptocurrency - Issue courses in ioBroker
https://github.com/apollon77/iobroker.btc_kurs

Last synced: 11 days ago
JSON representation

Current cryptocurrency - Issue courses in ioBroker

Awesome Lists containing this project

README

        

![Logo](admin/btc_kurs.png)
# ioBroker.btc_kurs
![Number of Installations](http://iobroker.live/badges/btc_kurs-installed.svg) ![Number of Installations](http://iobroker.live/badges/btc_kurs-stable.svg) =================

[![NPM version](https://img.shields.io/npm/v/iobroker.btc_kurs.svg)](https://www.npmjs.com/package/iobroker.btc_kurs)
[![Downloads](https://img.shields.io/npm/dm/iobroker.btc_kurs.svg)](https://www.npmjs.com/package/iobroker.btc_kurs)
[![Tests](https://travis-ci.org/heindeep/ioBroker.btc_kurs.svg?branch=master)](https://travis-ci.org/heindeep/ioBroker.btc_kurs)
[![Build status](https://ci.appveyor.com/api/projects/status/w6p6oweh28sxm5ja?svg=true)](https://ci.appveyor.com/project/heindeep/iobroker-btc-kurs)

[![NPM](https://nodei.co/npm/iobroker.btc_kurs.png?downloads=true)](https://nodei.co/npm/iobroker.btc_kurs/)

This adapter reads the USD current exchange rates of various cryptocurrencies and makes them available to the ioBroker.
In addition, the Wallet and the Bitfinex Wallet (API key required) can be queried.

### Supported cryptocurrencies:

- Bitcoin (BTC)
- Ethereum (ETH)
- Litecoin (LTC)
- Bitcoin Cash (BCH)
- Ripple (XRP)
- EOS (EOS)
- Stellar (XLM)
- IOTA (MIOTA)
- NEO (NEO)
- Monero (XMR)
- Dash (DASH)
- Ethereum Classic (ETC)
- True Chain (TRUE)
- Tron (TRX)
- Onology (ONT)
- Qtum (QTUM)
- Cardano (ADA)
- Binance Coin (BNB)

### Supported exchange:

- Bitfinex
- OKEx
- Binance

### Donate:

- BTC 3PHoz5VwmouLis14vXHNcDHVf9Y5EqmMMi
- BCH qrnzkjwwv3e4nz8a5jkryssjhca2g6vm8cyjpsw3sg
- DOGE 9snMb5ThjBf5SEocUv5rfZeFKvtTf3RaE5
- LTC 3JPTbTQc1jJSeDjKjZNQx7r8TT1rUmW1MS
- DASH XueWWj8krRxsiphNSGKfXwQ1gK9QWs1RcF

## Changelog

### 0.3.3
* (HeinDeep) fix Readme

### 0.3.2
* (HeinDeep) fix bug multiinstancen

### 0.3.1
* (HeinDeep) add Bitfinex Wallet query with API-Keys

### 0.3.0
* (HeinDeep) add Cardano (ADA), Binance Coin (BNB) and add exchange Binance

### 0.2.9
* (HeinDeep) fix npm

### 0.2.8
* (HeinDeep) fix readme

### 0.2.7
* (HeinDeep) add True Chain (TRUE), Tron (TRX), Onology (ONT), Qtum (QTUM) and add exchange OKEx

### 0.2.6
* (HeinDeep) add Dash (DASH), Ethererum Classic (ETC)

### 0.2.5
* (HeinDeep) add multilanguage description

### 0.2.4
* (HeinDeep) add test environment

### 0.2.3
* (HeinDeep) add multilanguage

### 0.2.2
* (HeinDeep) add english description

### 0.2.1
* (HeinDeep) first release
* (HeinDeep) add wallet - LTC, BCH and XRP

### 0.2.0
* (HeinDeep) first release
* (HeinDeep) add wallet - BTC and ETH

### 0.1.3
* (HeinDeep) first release
* (HeinDeep) fix bug

### 0.1.2
* (HeinDeep) first release
* (HeinDeep) add to NPM

### 0.1.1
* (HeinDeep) first release
* (HeinDeep) update adminmenu
* (HeinDeep) add Ripple (XRP), EOS (EOS), Stellar (XLM), IOTA (MIOTA), NEO (NEO), Monero (XMR)

### 0.1.0
* (HeinDeep) first release
* (HeinDeep) add Bitcoin (BTC), Ethererum (ETH), Litecoin (LTC), Bitcoin Cash (BCH)

### 0.0.1
* (HeinDeep) initial release

## License
The MIT License (MIT)

Copyright (c) 2018 Andreas Mueller

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.