agorskih / yandex-music-web-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yandex.Music Web API (Unofficial)

##Installation

npm install yandex-music-web-api

##Usage

var api = require('../yandex-music-web-api')

var yapi = new api.YandexMusicWebApi()
// May be required if you're facing rate-limiting
yapi.setCookie('some cookie')

yapi.searchAlbums('краснознамённая дивизия', (js) => {
  console.log('The first album: ', js.items[0])
})

##Documentation

About

License:MIT License


Languages

Language:JavaScript 99.3%Language:Shell 0.7%