Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k-o-d-e-n/yandexmusic

Yandex Music API (Swift implementation)
https://github.com/k-o-d-e-n/yandexmusic

command-line swift yandex-music-api

Last synced: 1 day ago
JSON representation

Yandex Music API (Swift implementation)

Awesome Lists containing this project

README

        

# YandexMusic

Partially implementation of Yandex Music API in Swift.

Thanks [MarshalX](https://github.com/MarshalX) for his [API Yandex Music](https://github.com/MarshalX/yandex-music-api) python library.

__SPM Dependency__

```
.package(url: "https://github.com/k-o-d-e-n/YandexMusic.git", from: "<%v%>")
```

### Application

Package also has simple console application to play your playlists and feed playlists.



It will the best for my weak computer on Linux :)

__CPU__



__Memory__



__Usage__

[--options]

For example, `MusicYa 1a3b5c7d9e:0z8x6y4w2q --vlc`.

__Compile and run__

```
swift build
swift run
```

Or generate and run Xcode project `swift package generate-xcodeproj`.