From c9ac00326929b513e6c3194852fcd20f5cb712d1 Mon Sep 17 00:00:00 2001 From: Ebenezer Ackon Date: Mon, 16 Apr 2018 18:29:00 -0400 Subject: [PATCH] add license, coverage, etherscan website up badges --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b315d34..31e3bb3 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,24 @@ +[![Generic badge](https://img.shields.io/badge/EtherscanApi-UP-brightgreen.svg)](https://api.etherscan.io/api?module=stats&action=ethprice&apikey=YourApiKeyToken) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/EbenezerGH/hello_etherscan/blob/update-readme-badges/LICENSE) +[![CircleCI](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master.svg?style=svg)](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master) + + # hello_etherscan hello_etherscan is a wrapper for the [Etherscan Api](https://etherscan.io/apis). This is just a module to handle networking calls. +No Releases yet, [features](https://github.com/EbenezerGH/hello_etherscan/issues) still left to be completed. + ## Getting Started -No Releases yet, [features](https://github.com/EbenezerGH/hello_etherscan/issues) to complete. -Optional: Call `ApiKey.takeOff.setApiKey("[your api key here]")` when recording api usage in the etherscan.io console. [see [Example implementation](https://github.com/EbenezerGH/hello_etherscan/blob/master/app/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt)] +import a reactive android library to handle the reactive stream being passed into your module. + + + implementation 'io.reactivex.rxjava2:rxandroid:x.y.z' + implementation 'io.reactivex.rxjava2:rxkotlin:x.y.z' + + +Optional: Call `ApiKey.takeOff.setApiKey("[your api key here]")` in module's application class when recording api usage in the etherscan.io console. [see [Example implementation](https://github.com/EbenezerGH/hello_etherscan/blob/master/app/src/main/java/jfyg/etherscan/helloetherescan/HelloEtherscanApplication.kt)] ``` ApiKey.takeOff.setApiKey("1I7CRNU2QIU253UBPFVB5UV2C2PBDURAIYZ") ```