Skip to content

NILID/yandex_music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YandexMusic is a solution to get audio info from Yandex Music

Getting started

gem 'yandex_music'

Run the bundle command to install it.

Usage

audio = YandexMusic.new('https://music.yandex.ru/album/3113802/track/13301302')
# audio.track_id       => 13301302
# audio.embed_code     => <iframe src="https://music.yandex.ru/iframe/#track/13301302" frameborder="0" width="100%" height="100" style="border:none;width:100%;height:100px;"></iframe>

Demo

Demo running on Heroku.

License

MIT License.

About

Get audio info from Yandex Music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages