Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/k-o-d-e-n/yandexmusic
- Owner: k-o-d-e-n
- Created: 2020-08-29T10:09:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T13:21:57.000Z (over 2 years ago)
- Last Synced: 2023-03-05T05:55:50.039Z (over 1 year ago)
- Topics: command-line, swift, yandex-music-api
- Language: Swift
- Homepage:
- Size: 1.65 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.