Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rukins committed Mar 13, 2023
1 parent 2bd5bde commit f1eb0cd
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Unofficial Java client library for the Android Google Keep API

## Table of content
- [General info](#general-info)
- [Next improvements](#next-improvements)
- [Documentation](#documentation)
- [Download](#download)
- [Similar libraries](#similar-libraries)
Expand Down Expand Up @@ -75,11 +76,32 @@ public class App {
}
```

## Next improvements
In the current version of the library, basic manipulations with nodes and labels are available,
but later uploading and downloading blobs will be also added.

*You can report any issues with improvements or modifications*

## Documentation
*Will be available later*

## Download
*Will be available later*
### *Available [here](https://mvnrepository.com/artifact/io.github.rukins/gkeepapi)*
#### Maven
```xml
<dependency>
<groupId>io.github.rukins</groupId>
<artifactId>gkeepapi</artifactId>
</dependency>
```
#### Gradle
```groovy
implementation group: 'io.github.rukins', name: 'gkeepapi'
```
#### Gradle (Kotlin)
```kotlin
implementation("io.github.rukins:gkeepapi")
```

## Similar libraries
- Python: https://github.com/kiwiz/gkeepapi
Expand Down

0 comments on commit f1eb0cd

Please sign in to comment.