Skip to content

Commit 3adea68

Browse files
committed
Updated README
1 parent 87b9764 commit 3adea68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# librespot-java
22
[![Build Status](https://travis-ci.org/librespot-org/librespot-java.svg?branch=master)](https://travis-ci.org/librespot-org/librespot-java)
33

4-
`librespot-java` is a port of [librespot](https://github.com/librespot-org/librespot), originally written in Rust.
4+
`librespot-java` is a port of [librespot](https://github.com/librespot-org/librespot), originally written in Rust. Additionally, this implementation provides an useful API to request metadata or control the player, more [here](https://github.com/librespot-org/librespot-java/blob/master/api).
55

66
## Get started
77
This implementation doesn't have an user interface (at the moment) therefore you can interact with it only from an original Spotify client. To understand how you can use this have a look at the [Main.java](https://github.com/librespot-org/librespot-java/blob/master/core/src/main/java/org/librespot/spotify/Main.java), there you can decide how to authenticate:
@@ -29,6 +29,6 @@ After you've setup the [Main class](https://github.com/librespot-org/librespot-j
2929
The client is pretty functional as it is, but improvements can be made:
3030
- Have an user interface
3131
- API (WIP)
32-
- API client (WIP)
32+
- ~API client~ ([librespot-api](https://github.com/librespot-org/librespot-java/blob/master/api))
3333
- ~Caching~ (#18)
3434
- ~Preloading~ (#21)

0 commit comments

Comments
 (0)