This is a Node.js wrapper for the Yandex.Music API that is used in mobile apps (iOS/Android).
npm install yandex-music-api
var YandexMusicApi = require('yandex-music-api');
var api = new YandexMusicApi();
api.init({username: 'example@yandex.ru', password: 'password'}).then(function() {
// place code here
})
This library provides following functions:
- getAccountStatus
- getFeed
- getGenres
- search
- getUserPlaylists
- getPlaylist
- getPlaylists
- createPlaylist
- removePlaylist
- renamePlaylist
- addTracksToPlaylist
- removeTracksFromPlaylist