Project

kgmusic

0.0
No commit activity in last 3 years
No release in over 3 years
find and download music albums on kibergrad.fm
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.11
~> 10.0
~> 3.0

Runtime

>= 0.9.3, ~> 0.9
>= 1.6.0, ~> 1.6
 Project Readme

KgMusic

This gem find music albums on kibergrad.fm

Installation

Add this line to your application's Gemfile:

gem 'kgmusic'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kgmusic

Usage

require 'kgmusic'

Using Client API:

  cli = KgMusic::Client.new

  popular_artists = cli.popular_artists

  popular_genres = cli.popular_genres

  all_genres = cli.all_genres

Using Artists API:

  artists = KgMusic::Artists.show_info(146)

Using Downloader:

  music = KgMusic::Downloader.new :artist => 'God Is An Astronaut', :album => 'God Is An Astronaut'

  result = music.search # find album

  album = music.download_album # download album