Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fidden/yandex-music-tauri
Unofficial Yandex.Music app
https://github.com/fidden/yandex-music-tauri
tauri yandex-music
Last synced: 2 days ago
JSON representation
Unofficial Yandex.Music app
- Host: GitHub
- URL: https://github.com/fidden/yandex-music-tauri
- Owner: Fidden
- License: mit
- Created: 2023-07-23T23:24:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T11:19:52.000Z (over 1 year ago)
- Last Synced: 2024-12-04T08:06:47.062Z (2 months ago)
- Topics: tauri, yandex-music
- Language: Vue
- Homepage:
- Size: 18.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yandex.Music Tauri - ⚠️Unofficial⚠️
This project was created in order to sharpen my skills in VUE, and yes, the desktop client was garbage. It was fun to do
because I looked at my previous attempt and realized how stupid I was. I hope that in a few years I will look at this
repository again and think about the same thing.## Basic Tech Stack
- VUE3 + NUXT
- Pinia + Tsrynge## Acknowledgements
- [Danila Mavrin](https://github.com/shotmeow) for the development of ui\ux
- [Dima Lebedev](https://github.com/5co1opendra) for project management## Run Locally
Install Tauri dependencies
https://tauri.app/v1/guides/getting-started/prerequisites/
Clone the project
```bash
git clone https://github.com/Fidden/yandex-music-tauri
```Go to the project directory
```bash
cd yandex-music-tauri
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm tauri run dev
```## Screenshots
![Home](/screenshots/home.png?raw=true)
![Stations](/screenshots/stations.png?raw=true)
![Tracks](/screenshots/tracks.png?raw=true)
![Artists](/screenshots/artists.png?raw=true)
![Albums](/screenshots/albums.png?raw=true)
![Playlists](/screenshots/playlists.png?raw=true)
## FAQ
#### How can I get token ?
You go to this [repository](https://github.com/MarshalX/yandex-music-token ) and choose any method you like