All Projects → Soneji → spotify-vibe-check

Soneji / spotify-vibe-check

Licence: GPL-3.0 license
Spotify Vibe Checker Web App to vibe check your Spotify Playlists! (currently broken due to CORS)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to spotify-vibe-check

SpotifyWebApi
A .net core wrapper for the Spotify Web API
Stars: ✭ 19 (-20.83%)
Mutual labels:  playlist, spotify, spotify-api, spotify-web-api
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (+95.83%)
Mutual labels:  spotify, spotify-api, spotify-web-api
spotify-release-list
📅 Display list of Spotify releases from artists you follow
Stars: ✭ 142 (+491.67%)
Mutual labels:  spotify, spotify-api, spotify-web-api
remixr
Discover new music based on the Spotify playlists you know and love!
Stars: ✭ 37 (+54.17%)
Mutual labels:  spotify, spotify-api, spotify-web-api
Partify
This is a free open source Spotify-powered app that lets users host parties and have guests connect using their smartphones to submit and vote on songs. The app will only play the highest voted song and can connect to personal playlists.
Stars: ✭ 37 (+54.17%)
Mutual labels:  playlist, spotify, spotify-api
laravel-spotify
Laravel-Spotify is a simple wrapper around the Spotify Web API that makes working with its endpoints a breeze!
Stars: ✭ 141 (+487.5%)
Mutual labels:  spotify, spotify-api, spotify-web-api
spotify-true-random
🔀 An application for unbiased truly random playlist and library shuffling with Spotify.
Stars: ✭ 51 (+112.5%)
Mutual labels:  spotify, spotify-api, spotify-web-api
Coverify
🎧 Design fresh album cover for your Spotify playlists
Stars: ✭ 167 (+595.83%)
Mutual labels:  playlist, spotify, spotify-api
Quaggify
A spotify clone made in Swift 4 consuming the Spotify API
Stars: ✭ 30 (+25%)
Mutual labels:  playlist, spotify, spotify-api
Exportify
Export/Backup Spotify playlists using the Web API
Stars: ✭ 1,611 (+6612.5%)
Mutual labels:  spotify, spotify-api, spotify-web-api
react-redux-spotify
React + Redux + Spotify web api boilerplate project
Stars: ✭ 14 (-41.67%)
Mutual labels:  spotify, spotify-api, spotify-web-api
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+958.33%)
Mutual labels:  playlist, spotify, spotify-api
spotipy2
The next generation Spotify Web API wrapper for Python 3.7+
Stars: ✭ 25 (+4.17%)
Mutual labels:  spotify, spotify-api, spotify-web-api
Spotify-Readme
A dynamic, customizable, and real-time Spotify now-playing widget for your README files.
Stars: ✭ 85 (+254.17%)
Mutual labels:  spotify, spotify-api
paystack-music-api
The bot and API that powers Paystack Music.
Stars: ✭ 70 (+191.67%)
Mutual labels:  playlist, spotify
foo spotify
foobar2000 component for Spotify integration
Stars: ✭ 158 (+558.33%)
Mutual labels:  spotify, spotify-web-api
react-spotify-player
Realtime Spotify Player built with React.
Stars: ✭ 126 (+425%)
Mutual labels:  spotify, spotify-web-api
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+808.33%)
Mutual labels:  playlist, spotify
spotify-reverse-playlist
This Linux bash script reverses the tracks in a playlist. It creates a new playlist with all tracks reversed.
Stars: ✭ 29 (+20.83%)
Mutual labels:  spotify, spotify-api
ideas-for-projects-people-would-use
Every time I have an idea, I write it down. These are a collection of my top software ideas -- problems I think enough people have that don't have solutions. I expect you can reach a decent userbase if marketed correctly, as I am surely not the only one with these problems.
Stars: ✭ 646 (+2591.67%)
Mutual labels:  playlist, spotify

spotify-vibe-check

This is a cheeky app to vibe check your spotify playlists!

Check it out at spotify.soneji.xyz

Setup

Step 1

git clone https://github.com/Soneji/spotify-vibe-check.git

cd spotify-vibe check

npm install

Step 2

  • Under Redirect URIs add http://localhost:8888/callback or replace localhost with any server hostname you plan to host this app.

  • Click Show Client Secret in the top Left

  • Copy Client ID and Client Secret to template.env

  • Add a redirect_uri if running on a server

  • Rename template.env to .env

Step 3

Run:

npm run test

to setup a local test server at http://localhost:8888/

(Optional) Step 4

This step is about running the software on a server with pm2 as a node process manager.

You will need to instlal pm2 to get this script to work. pm2 can be installed using:

sudo npm install pm2@latest -g

Run

npm run dist

which will set the app to run with pm2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].