Skip to content

Commit

Permalink
README 업데이트 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick authored Nov 5, 2019
1 parent 7b73f6a commit 59f102a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# *KotlinInside* [![Build Status](https://travis-ci.com/organization/KotlinInside.svg?branch=master)](https://travis-ci.com/organization/KotlinInside) [![Build Status](https://github.com/organization/KotlinInside/workflows/Java%20CI/badge.svg)](https://github.com/organization/KotlinInside/actions) [ ![Download](https://api.bintray.com/packages/jellybrick/be.zvz/KotlinInside/images/download.svg) ](https://bintray.com/jellybrick/be.zvz/KotlinInside/_latestVersion)

[***OpenDC***](https://github.com/organization/OpenDC)에서 사용하기 위해 만든 API입니다.
**Kotlin**으로 작성한 디시인사이드 비공식 API입니다.

[**API 문서**](https://organization.github.io/KotlinInside/)

Expand All @@ -21,10 +21,22 @@ compile 'be.zvz:KotlinInside:1.2.7'
</dependency>
```

### 라이브러리 사용

**Java 1.7 (Java 7)** 이상 필요

### 라이브러리 컴파일

**Java 1.8 (Java 8)** 이상 필요

## 예제

[*테스트 코드*](https://github.com/organization/KotlinInside/blob/master/src/test/kotlin/be/zvz/kotlininside/KotlinInsideTest.kt) 참고

## 이 라이브러리를 사용 중인 프로젝트

- [***OpenDC***](https://github.com/organization/OpenDC)

## 도움이 된 라이브러리

- [***GoInside***](https://github.com/geeksbaek/goinside)
Expand Down

0 comments on commit 59f102a

Please sign in to comment.