redditmusicplayer

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者musicplayer-io/redditmusicplayer
主編程語言CoffeeScript
編程語言CoffeeScript (語言數: 3)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2013-11-22 14:31:31
推送於2024-06-17 06:30:53
最后一次提交2024-06-17 08:30:50
發布數4
最新版本名稱0.6.6 (發布於 )
第一版名稱js (發布於 )
用户参与
星數416
關注者數18
派生數50
提交數310
已啟用問題?
問題數76
打開的問題數40
拉請求數10
打開的拉請求數16
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?