RubyGems Navigation menu

music_explorer 0.0.3

This gem enables users to learn more about music artists with data from the Spotify API. Users are prompted to search for an artist. The app returns the first search result from Spotify and allows users to see the artist's top tracks, album releases, genres or related artists. For the latter option, users can choose one of the related artists and view artist details for that artist in turn. Finally, users can review a list of all artists they have browsed. The app makes use of the RSpotify gem for OAuth authentication, HTTParty to retrieve data from the API, and dotenv to store client_id and client_secret. As explained below under Usage, this means that users will need to obtain their own credentials from Spotify and store them in their own .env file. More info at https://github.com/wkdewey/Music_Explorer_CLI-Data-Gem-Project

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.0.3 - December 11, 2020 (32KB)
  2. 0.0.2 - December 10, 2020 (12KB)
全てのバージョンを表示(全3件)

Runtime依存関係 (3):

dotenv ~> 2.7.5
httparty ~> 0.17.3
rspotify ~> 2.8.0

Development依存関係 (3):

pry ~> 0.13.1
rake ~> 12.0
rspec ~> 3.0

所有者:

プッシュ者:

作者:

  • William Dewey

SHA 256チェックサム:

4a75bdc463464bb3d8c2ff04053f469d42d73af3a38be9bfe38257aa1e6a73ac

累計ダウンロード数 2,791

このバージョンのみ 1,565

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3.0

リンク: