Skip to content

Commit

Permalink
some readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Nov 9, 2023
1 parent bd28716 commit 15736b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# CoinGecko-Java
![GitHub](https://img.shields.io/github/license/osslabz/coingecko-java)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osslabz/coingecko-java/maven.yml?branch=master)
[![Maven Central](https://img.shields.io/maven-central/v/net.osslabz/coingecko-java?label=Maven%20Central)](https://search.maven.org/artifact/net.osslabz/coingecko-client)

Java wrapper for the CoinGecko API.
<p align="center">
<img src="https://i.ibb.co/sRLCZk2/java-gecko-200.png" alt="java-gecko-200" alt="CoinGecko-Java logo" alt="CoinGecko-Java Logo"/>
</p>


This is a (synced) fork of [Philipinho/CoinGecko-Java](https://github.com/Philipinho/CoinGecko-Java) that is properly releases on [Maven Central](https://search.maven.org/artifact/net.osslabz/coingecko-java).

Once [Enable CI and Automated Release Management #41](https://github.com/Philipinho/CoinGecko-Java/pull/41) is merged and the original project is published this fork will be discontinued.
Expand Down Expand Up @@ -40,12 +47,6 @@ dependencies {

---

# CoinGecko-Java
Java wrapper for the CoinGecko API.
<p align="center">
<img src="https://i.ibb.co/sRLCZk2/java-gecko-200.png" alt="java-gecko-200" alt="CoinGecko-Java logo" alt="CoinGecko-Java Logo"/>
</p>

## Usage
This API client covers all CoinGecko's API endpoints and i'll try to update it when new endpoints are added.

Expand Down

0 comments on commit 15736b0

Please sign in to comment.