Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck committed Aug 20, 2018
1 parent 6d7404d commit badab12
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
****Elite: Dangerous Star Map Android Client****

[![](https://jitpack.io/v/StPatrck/edsm-android.svg)](https://jitpack.io/#StPatrck/edsm-android)
[![Build Status](https://travis-ci.org/StPatrck/edsm-android.svg?branch=master)](https://travis-ci.org/StPatrck/edsm-android)

A client library for the Elite: Dangerous Star Map APIs.

I've found several Mac, Windows, and iOS tools leveraging the EDSM APIs, but nothing geared
Expand All @@ -13,14 +16,22 @@ You can check out the other Elite: Dangerous tools I've created for Android at

**Installation**

- Library is available through `jcenter`. For maven projects include the following in your build
script...
- Library is available through `jcenter` and `jitpack.io`.

For gradle projects using `jcenter` repositories include the following in your build script:
```groovy
dependencies {
implementation 'com.github.stpatrck:edsm:+'
}
```

For gradle projects using `jitpack.io` repositories include the following in your build script:
```groovy
dependencies {
implementation 'com.github.StPatrck:edsm-android:+'
}
```

**Usage**

- First, initialize the client class `EdsmClient.java` with your application context. It is highly
Expand Down

0 comments on commit badab12

Please sign in to comment.