yandex-music-api

0.0.3 • Public • Published

Yandex.Music API (Unofficial) for Node

This is a Node.js wrapper for the Yandex.Music API that is used in mobile apps (iOS/Android).

Installation

npm install yandex-music-api

Usage

var api = new YandexMusicApi();
api.init({username: 'example@yandex.ru', password: 'password'}).then(function() {
    // place code here
})

This library provides following functions:

Users

  • getAccountStatus
  • getFeed

Music

  • getGenres
  • search

Playlist

  • getUserPlaylists
  • getPlaylist
  • getPlaylists
  • createPlaylist
  • removePlaylist
  • renamePlaylist
  • addTracksToPlaylist
  • removeTracksFromPlaylist

Package Sidebar

Install

npm i yandex-music-api

Weekly Downloads

6

Version

0.0.3

License

MIT

Last publish

Collaborators

  • itsmepetrov