spotify

所属分类:collect
开发工具:Crystal
文件大小:0KB
下载次数:0
上传日期:2016-10-20 20:21:14
上 传 者sh-1993
说明:  Spotify Web API的Crystal包装器,
(A Crystal wrapper for the Spotify Web API,)

文件列表:
.editorconfig (162, 2016-10-20)
.guardian.yml (76, 2016-10-20)
.travis.yml (99, 2016-10-20)
CONTRIBUTING.md (948, 2016-10-20)
LICENSE (1081, 2016-10-20)
example/ (0, 2016-10-20)
example/album.cr (176, 2016-10-20)
example/artist.cr (262, 2016-10-20)
example/track.cr (176, 2016-10-20)
shard.yml (248, 2016-10-20)
spec/ (0, 2016-10-20)
spec/fixtures/ (0, 2016-10-20)
spec/fixtures/album.json (3273, 2016-10-20)
spec/fixtures/artist.json (752, 2016-10-20)
spec/fixtures/foo.json (38, 2016-10-20)
spec/fixtures/image.json (115, 2016-10-20)
spec/fixtures/track.json (1867, 2016-10-20)
spec/spec_helper.cr (117, 2016-10-20)
spec/spotify/ (0, 2016-10-20)
spec/spotify/album_spec.cr (3387, 2016-10-20)
spec/spotify/artist_spec.cr (1257, 2016-10-20)
spec/spotify/image_spec.cr (499, 2016-10-20)
spec/spotify/resource_spec.cr (1038, 2016-10-20)
spec/spotify/track_spec.cr (2721, 2016-10-20)
spec/spotify_spec.cr (49, 2016-10-20)
spec/support/ (0, 2016-10-20)
spec/support/fixture.cr (120, 2016-10-20)
src/ (0, 2016-10-20)
src/spotify.cr (81, 2016-10-20)
src/spotify/ (0, 2016-10-20)
src/spotify/album.cr (1880, 2016-10-20)
src/spotify/artist.cr (294, 2016-10-20)
src/spotify/exceptions/ (0, 2016-10-20)
src/spotify/exceptions/generic.cr (80, 2016-10-20)
src/spotify/image.cr (129, 2016-10-20)
src/spotify/resource.cr (311, 2016-10-20)
src/spotify/track.cr (1242, 2016-10-20)
src/spotify/version.cr (39, 2016-10-20)
... ...

# spotify.cr [![Build Status](https://travis-ci.org/marceloboeira/spotify.cr.svg?branch=master)](https://travis-ci.org/marceloboeira/spotify.cr) > A Crystal wrapper for the Spotify API ## Installation Add this to your application's `shard.yml`: ```yaml dependencies: spotify: github: marceloboeira/spotify.cr ``` ## Usage ### Track ```crystal require "spotify" puts Spotify::Track.find("23MrkN7g6Q5U7GLIxNHN1B").name # => Foxey Lady ``` ### Album ```crystal require "spotify" puts Spotify::Album.find("7rSZXXHHvIhF4yUFdaOCy9").name # => Are You Experienced ``` ### Artist ```crystal require "spotify" puts Spotify::Artist.find("776Uo845nYHJpNaStv1Ds4").name # => Jimi Hendrix ```

近期下载者

相关文件


收藏者