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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?