Skip to content

Commit f25b930

Browse files
Adding codeclimate badge
1 parent 4cc3f06 commit f25b930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
CryptoCompare.com API client for Python
44

5+
[![Maintainability](https://api.codeclimate.com/v1/badges/09a6441289ca3d983dfe/maintainability)](https://codeclimate.com/github/BoTreeConsultingTeam/crypto_compare/maintainability)
6+
57
## Folder/code structure
68

79
The code is written such that all the methods are available as instance methods in `Client` class, but grouped them in diff. modules under `apis` module to keep the code readable. All these module methods are imported inside the class `Client`.
@@ -83,4 +85,4 @@ crypto_compare_client.coin_snapshot('BTC', 'USD')
8385

8486
## ToDo
8587

86-
1. Add tests
88+
1. Add tests

0 commit comments

Comments
 (0)