文件名称:spotify-clone:使用其API和大量自定义csssass的Spotify的有效克隆
文件大小:232KB
文件格式:ZIP
更新时间:2024-05-25 15:22:10
JavaScript
从头开始创建一个Spotify克隆,并进行React。 对于希望分叉或克隆此存储库的任何人,您都需要设置自己的授权链接。 为此,您将需要使用您自己的客户端ID的Spotify创建一个开发帐户,并设置重定向URI。 您将需要添加向登录应用程序的用户所请求的适当权限范围。 您还需要在开发人员仪表板中设置redirectUri。 当用户使用授权代码流通过Spotify进行身份验证后,spotify会将用户发送到redirectUri。 以下是我的private.js文件外观的模拟示例。 const authEndpoint = "https://accounts.spotify.com/authorize" const redirectUri = 'http://localhost:3000/player' const clientId = '######################'
【文件预览】:
spotify-clone-main
----public()
--------index.html(2KB)
--------favicon.ico(186KB)
--------_redirects(23B)
----src()
--------containers()
--------styles()
--------App.scss(866B)
--------components()
--------assets()
--------App.js(614B)
--------index.js(197B)
----README.md(2KB)
----.gitignore(345B)
----package-lock.json(599KB)
----package.json(977B)