Skip to content

Commit

Permalink
Readme spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Mar 2, 2016
1 parent 005e4b2 commit c8f2676
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,26 @@ Source code for [rplayr](http://rplayr.com)

<img src='https://cloud.githubusercontent.com/assets/1926029/13465587/4d68ebbc-e08e-11e5-9e44-0c1d4169e32b.png' width='600' />


## FAQ

### What is this?

rplayr creates playlists from any Reddit comment thread, subreddit or multi-reddit. Just replace <strong>reddit.com</strong> in any Reddit URL to <strong>rplayr.com</strong> and you’re good.

### How does it work?

The app is written using [React](https://facebook.github.io/react). It fetches stuff from Reddit using [fetch-reddit](https://github.com/CookPete/fetch-reddit), then [react-player](https://github.com/CookPete/react-player) plays any supported URLs. Playlists are curated by the mighty [evilnight](https://www.reddit.com/r/listentothis/comments/1iwc8n/meta_announcing_the_official_rlistentothis_music/) over at [/r/listentothis](https://www.reddit.com/r/listentothis).

### What can it play?

rplayr currently supports YouTube, SoundCloud and Vimeo links.

### What about [radd.it](http://radd.it), [reddit.musicplayer.io](https://reddit.musicplayer.io), [redditplaylister](http://redditplaylister.phoenixforgotten.com), etc?

Yes, there are other apps that do the job. I wanted to create something simple with a clean, minimal interface. Also, this app fixes [issues](https://github.com/CookPete/react-player/issues/7) that other apps still suffer from.


## Development

See the app [in action](http://rplayr.com) or run it locally yourself:
Expand Down Expand Up @@ -67,6 +73,7 @@ This project uses [mocha](https://github.com/mochajs/mocha) with [chai](https://
npm run test
```


## Thanks

* [gaearon](https://github.com/gaearon) for his [react-transform-boilerplate](https://github.com/gaearon/react-transform-boilerplate), which this repo is roughly based on.
Expand Down

0 comments on commit c8f2676

Please sign in to comment.