yandex-music-api

v0.0.2
A Node.js wrapper for Unofficial Yandex.Music API
yandex music api wrapper yandex.music

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: '[email protected]', 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

Metadata

  • MIT
  • Whatever
  • Anton Petrov
  • released 12/15/2014

Downloads

Maintainers