Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spotishush | 61 | 5 days ago | mit | JavaScript | ||||||
🔇 Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO. | ||||||||||
Spotitar | 45 | 10 years ago | JavaScript | |||||||
A proof-of-concept Spotify app which shows tabs/chords for the currently playing song. | ||||||||||
Spotify Control Chrome Extension | 18 | 7 months ago | 3 | apache-2.0 | JavaScript | |||||
Spotify Web Player Control | ||||||||||
Spotify Clone | 8 | 5 years ago | 2 | mit | PHP | |||||
Working Version of Full Stack Spotify Clone | ||||||||||
Spotify_youtube | 4 | 6 years ago | mit | Python | ||||||
Audiotabbarcontroller | 4 | 5 years ago | mit | Swift | ||||||
Custom UITabBarController to mimick apple music or spotify audio playback bar | ||||||||||
Spotifymuteads | 3 | 4 years ago | JavaScript | |||||||
A Chrome Extension to mute Chrome browser when spotify web player tab plays ads | ||||||||||
Songsterify | 2 | 3 years ago | 9 | JavaScript | ||||||
Browse Spotify for tabs from Songsterr! | /ERN | ||||||||||
Listen To This | 2 | 4 years ago | JavaScript | |||||||
Tabify | 2 | 3 years ago | 1 | JavaScript | ||||||
Spotify + Tabs |
Spotify + Tabs, built in Electron.js
Implemented some basic automated code review using Codacy and CodeClimate.
The Electron implementation sits in the tabifyNew
directory and reads all of the css/js/etc files inside that folder and runs a local server using Express.js.
Clone the repo and install any dependencies
git clone https://github.com/honsaar/tabify.git
cd tabify
npm i
Start the Electron app
npm start
The app will auto-launch and run a local server on http://localhost:8888
-- this is so a local server is ready for a callback redirect to http://localhost:8888/callback.html
after performing a request of the Spotify Web API.
Focus is on the desktop Electron version on the master
branch, but there may be some development soon on the web
branch in the future.
Not everyone uses Spotify, what APIs exist for SoundCloud and Apple Music?
YES https://developers.soundcloud.com/docs/api/guide, https://developer.apple.com/documentation/applemusicapi THEY EXIST