文件名称:angular-spotify:连接到Spotify Web API的Angular服务
文件大小:135KB
文件格式:ZIP
更新时间:2024-03-12 04:18:32
JavaScript
角度斑点化 角度服务以连接到 angular-spotify在整个服务过程中大量使用承诺 用法 通过凉亭安装angular-spotify。 使用--save属性保存到bower.json文件中。 bower install angular-spotify --save 也可在npm上使用 npm install angular-spotify --save 将Spotify包含在您的角度模块中 var app = angular . module ( 'example' , [ 'spotify' ] ) ; Spotify中的大多数功能都不需要您对应用程序进行身份验证。 但是,如果您确实需要获得对播放列表或用户数据的访问权限,请按以下方式进行配置: app . config ( function ( SpotifyProvider ) { SpotifyProvide
【文件预览】:
angular-spotify-master
----.jshintrc(395B)
----.gitignore(162B)
----package.json(1KB)
----src()
--------angular-spotify.js(19KB)
----LICENSE.md(1KB)
----.bowerrc(37B)
----.travis.yml(228B)
----Gruntfile.js(2KB)
----dist()
--------angular-spotify.min.js(9KB)
----examples()
--------main.controller.js(4KB)
--------callback.html(517B)
--------index.html(1KB)
----README.md(32KB)
----bower.json(608B)
----test()
--------.jshintrc(632B)
--------mock()
--------karma.conf.js(2KB)
--------spec()
--------vendor()
----.editorconfig(414B)