redditmusicplayer

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownermusicplayer-io/redditmusicplayer
Primary LanguageCoffeeScript
Program languageCoffeeScript (Language Count: 3)
Platform
License:GNU General Public License v3.0
所有者活动
Created At2013-11-22 14:31:31
Pushed At2024-06-17 06:30:53
Last Commit At2024-06-17 08:30:50
Release Count4
Last Release Name0.6.6 (Posted on )
First Release Namejs (Posted on )
用户参与
Stargazers Count416
Watchers Count18
Fork Count50
Commits Count310
Has Issues Enabled
Issues Count76
Issue Open Count40
Pull Requests Count10
Pull Requests Open Count16
Pull Requests Close Count7
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private