Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spotify Downloader | 11,674 | 2 | 2 | 3 days ago | 64 | June 27, 2022 | 10 | mit | Python | |
Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found). | ||||||||||
Spotiflyer | 8,537 | 7 days ago | 55 | gpl-3.0 | Kotlin | |||||
Kotlin Multiplatform Music Downloader, Supports Spotify / Gaana / Youtube Music / Jio Saavn / SoundCloud. | ||||||||||
Mopidy | 7,654 | 210 | 78 | 2 months ago | 79 | April 28, 2022 | 201 | apache-2.0 | Python | |
Mopidy is an extensible music server written in Python | ||||||||||
Psst | 7,614 | 7 days ago | 95 | mit | Rust | |||||
Fast and multi-platform Spotify client with native GUI | ||||||||||
Ncspot | 3,827 | 8 hours ago | 37 | September 17, 2022 | 100 | bsd-2-clause | Rust | |||
Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes. | ||||||||||
Spotify Web Api Node | 2,874 | 852 | 92 | 2 months ago | 50 | January 24, 2021 | 160 | mit | JavaScript | |
A Node.js wrapper for Spotify's Web API. | ||||||||||
Exportify | 2,439 | 16 days ago | 27 | mit | JavaScript | |||||
Export/Backup Spotify playlists using the Web API | ||||||||||
Spotify Dl | 1,321 | 16 days ago | 31 | April 19, 2022 | 24 | mit | Python | |||
Downloads songs from your Spotify Playlist | ||||||||||
Spotifyapi Net | 1,314 | 12 | 2 | 21 hours ago | 34 | September 28, 2021 | 6 | mit | C# | |
:sound: A Client for the Spotify Web API, written in C#/.NET | ||||||||||
Everyones Guide For Starting Up On Wechat Network | 868 | 9 months ago | 7 | |||||||
微信互联网平民创业 |
🎙 Your Spotify playlists with voice interface. 🔬 Empathy, accessibility and the Web Speech Recognition API.
yarn
brew install redis
Create a .env
file and fill the following variables.
Remember not to push application sensitive information in your repo.
EXPRESS_PORT=3001
NEXT_PORT=1337
REDIS_HOST=xxxxxxxx
REDIS_PASS=xxxxxxxx
REDIS_PORT=xxxxxxxx
SPOTIFY_CLIENT=xxxxxxxx
SPOTIFY_SEC=xxxxxxxx
git clone https://github.com/Palmaswell/along.git
cd along
yarn
yarn dev
Command | Description |
---|---|
build |
Build NextJS App |
start |
Start application in production mode |
dev |
Start application in development mode |
dev:off |
Start application in dev mode with local redis server |
server:next |
Start NextJS server separately |
server:rx |
Start RxJS Websockets server separately |
server:off |
Start RxJS Websockets server with local redis |