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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    5
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i yandex-music-api

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • itsmepetrov