Skip to content

Commit dc6dd5d

Browse files
authored
Merge pull request #59 from EbenezerGH/update-readme-badges
Update readme badges
2 parents 6da6f5a + c9ac003 commit dc6dd5d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1+
[![Generic badge](https://img.shields.io/badge/EtherscanApi-UP-brightgreen.svg)](https://api.etherscan.io/api?module=stats&action=ethprice&apikey=YourApiKeyToken)
2+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/EbenezerGH/hello_etherscan/blob/update-readme-badges/LICENSE)
3+
[![CircleCI](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master.svg?style=svg)](https://circleci.com/gh/EbenezerGH/hello_etherscan/tree/master)
4+
5+
16
# hello_etherscan
27

38
hello_etherscan is a wrapper for the [Etherscan Api](https://etherscan.io/apis). This is just a module to handle networking calls.
49

10+
No Releases yet, [features](https://github.com/EbenezerGH/hello_etherscan/issues) still left to be completed.
11+
512
## Getting Started
6-
No Releases yet, [features](https://github.com/EbenezerGH/hello_etherscan/issues) to complete.
713

8-
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)]
14+
import a reactive android library to handle the reactive stream being passed into your module.
15+
16+
17+
implementation 'io.reactivex.rxjava2:rxandroid:x.y.z'
18+
implementation 'io.reactivex.rxjava2:rxkotlin:x.y.z'
19+
20+
21+
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)]
922
```
1023
ApiKey.takeOff.setApiKey("1I7CRNU2QIU253UBPFVB5UV2C2PBDURAIYZ")
1124
```

0 commit comments

Comments
 (0)