Skip to content

itsmepetrov/yandex-music-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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:

Users

  • getAccountStatus
  • getFeed

Music

  • getGenres
  • search

Playlist

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

About

A Node.js wrapper for the Yandex.Music API (Unofficial) http://music.yandex.ru

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published