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 (32.0 KB)
  2. 0.0.2 - December 10, 2020 (12.0 KB)
显示所有版本 (共 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,806

这个版本 1,575

许可:

MIT

需要的 Ruby 版本: >= 2.3.0

链接: