All Projects → musicplayer-io → Redditmusicplayer

musicplayer-io / Redditmusicplayer

Licence: gpl-3.0
🎵 A free and open-source streaming music web player using data from Reddit

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Redditmusicplayer

Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (+156.36%)
Mutual labels:  soundcloud, player, youtube
Min Vid
Popout video player in Firefox
Stars: ✭ 180 (-55.11%)
Mutual labels:  soundcloud, player, youtube
Upnext
Chrome Extension for streaming music from SoundCloud & YouTube
Stars: ✭ 320 (-20.2%)
Mutual labels:  soundcloud, player, youtube
React Player
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion
Stars: ✭ 5,931 (+1379.05%)
Mutual labels:  soundcloud, player, youtube
Openwhyd
💎 Like Pinterest, for Music
Stars: ✭ 287 (-28.43%)
Mutual labels:  soundcloud, player, youtube
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 (-45.64%)
Mutual labels:  player, soundcloud
alternative-front-ends
Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
Stars: ✭ 1,664 (+314.96%)
Mutual labels:  youtube, reddit
yout
🔥 YouTube playlist player for desktop. Free, no YouTube ads, floating window. Available for Linux, Mac and Windows.
Stars: ✭ 82 (-79.55%)
Mutual labels:  player, youtube
Vue Video Player
🎞 @videojs component for @vuejs
Stars: ✭ 4,026 (+903.99%)
Mutual labels:  player, youtube
Mumbledj
A Mumble bot that plays audio fetched from various media sites.
Stars: ✭ 172 (-57.11%)
Mutual labels:  soundcloud, youtube
RequestifyTF2
Client side commands for mic spamming and more!
Stars: ✭ 13 (-96.76%)
Mutual labels:  youtube, soundcloud
youtube-ios-player-helper-swift
A full swift implementation of https://github.com/youtube/youtube-ios-player-helper. Helper library for iOS developers looking to add YouTube video playback in their applications via the iframe player in a UIWebView
Stars: ✭ 55 (-86.28%)
Mutual labels:  player, youtube
Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (-38.9%)
Mutual labels:  soundcloud, youtube
Scdlbot
Telegram Bot for downloading MP3 rips of tracks/sets from SoundCloud, Bandcamp, YouTube with tags and artwork.
Stars: ✭ 210 (-47.63%)
Mutual labels:  soundcloud, youtube
YoutubePlayer
Play and download YouTube videos. Extract audio from video. With minimalist beautiful gui.
Stars: ✭ 19 (-95.26%)
Mutual labels:  player, youtube
EarTensifier
Powerful Discord music bot in over 80,000 servers. Supports playback from Youtube, Soundcloud, and Spotify.
Stars: ✭ 112 (-72.07%)
Mutual labels:  youtube, soundcloud
Xcdyoutubekit
Stars: ✭ 2,853 (+611.47%)
Mutual labels:  player, youtube
Vue Youtube
A simple component for a powerful API. vue-youtube provides a simple layer for you to use your imagination while over the YouTube IFrame Player API.
Stars: ✭ 261 (-34.91%)
Mutual labels:  player, youtube
Olivia
Elegant music player for LINUX
Stars: ✭ 261 (-34.91%)
Mutual labels:  soundcloud, youtube
Web
Angular6 music player to search and play YouTube, SoundCloud and Mixcloud tracks
Stars: ✭ 156 (-61.1%)
Mutual labels:  soundcloud, youtube


music player for reddit

A free and open-source streaming music web player using data from Reddit.

Contributing

Installation from source

$ git clone https://github.com/musicplayer-io/redditmusicplayer.git
$ cd redditmusicplayer
$ npm install

$ cp server/config/reddit.coffee.sample server/config/reddit.coffee
# edit server/config/reddit.coffee

$ cp src/coffee/config.coffee.sample src/coffee/config.coffee
# edit src/coffee/config.coffee

// In development
$ npm run build:dev
$ npm start

// In production
$ npm run build
$ NODE_ENV=production npm start

Authentication

You'll need a Reddit API key for this to work. As well as a running redis-server on port 6379.

Getting API keys

SoundCloud

SoundCloud API key. Then edit it in src/coffee/config.coffee.

Reddit

Get the API key - Only required for authentication. You can set an API key for development and production separately in server/config.reddit.coffee.

License

GPLv3 © Ilias Ismanalijev

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].