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

擁有者:

Pushed by:

作者:

  • William Dewey

SHA 256 checksum:

4a75bdc463464bb3d8c2ff04053f469d42d73af3a38be9bfe38257aa1e6a73ac

總下載次數 2,778

這個版本 1,557

License:

MIT

Ruby 版本需求: >= 2.3.0

相關連結: