当前位置: 首页 > 软件库 > Web应用开发 > >

spotify-profile

授权协议 Readme
开发语言 JavaScript
所属分类 Web应用开发
软件类型 开源软件
地区 不详
投 递 者 柯建修
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Spotify Profile

A web app for visualizing personalized Spotify data

Built with a bunch of things, but to name a few:

Setup

  1. Register a Spotify App and add http://localhost:8888/callback as a Redirect URI in the app settings
  2. Create an .env file in the root of the project based on .env.example
  3. nvm use
  4. yarn && yarn client:install
  5. yarn dev

Deploying to Heroku

  1. Create new heroku app

    heroku create app-name
  2. Set Heroku environment variables

    heroku config:set CLIENT_ID=XXXXX
    heroku config:set CLIENT_SECRET=XXXXX
    heroku config:set REDIRECT_URI=https://app-name.herokuapp.com/callback
    heroku config:set FRONTEND_URI=https://app-name.herokuapp.com
  3. Push to Heroku

    git push heroku master
  4. Add http://app-name.herokuapp.com/callback as a Redirect URI in the spotify application settings

  5. Once the app is live on Heroku, hitting http://app-name.herokuapp.com/login should be the same as hitting http://localhost:8888/login

 相关资料
  • Angular Spotify A simple Spotify client built with Angular 12, Nx workspace, ngrx, TailwindCSS and ng-zorro. I have recently shared about #angularspotify at AngularAir, you can watch the session here

  • 我试图允许用户使用Spotify登录(使用Spotipy库),以提供在其帐户上创建播放列表并填充播放列表的身份验证。用户登录后,我将通过嵌入式Spotify播放器(使用新创建的播放列表的播放列表ID)显示他们刚刚在重定向模板中创建的播放列表。 我的HTML模板中有一个表单输入框,接受用户的输入(他们的Spotify用户名)。我还有一个Spotify URIs的列表,可以用来填充播放列表。 我按照S

  • SwagLyrics-For-Spotify Fetches the currently playing song from Spotify on Windows, Linux and macOS and displays the lyrics in the command-line, browser tab or in a desktop application.Refreshes automa

  • Spotify playing README A really easy way to display your spotify listening status on READMEs and Websites too! Demo Here's the embed of Card from the site. Customized card, with theming Security notic

  • homebridge-rusty-spotify Spotify plugin for Homebridge written in Rust.The plugin requires a Spotify Premium account. Installation and Setup Install Homebridge: sudo npm install -g homebridge Install

  • 我试图添加Spotify登录功能到我的web应用程序与帐户-Spotify包。 这里是我的包裹: 我在spotify的api门户网站上创建了一个应用程序,并在帐户spotify设置登录按钮中输入了客户机密和客户id。