trungpv93 / cloudradioo

cloudradioo is a web app that plays all songs from the soundcloud charts

Home Page:http://cloudradioo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloudradioo

cloudradioo.com is a web app for modern browsers that plays randomly all top 50 songs from the soundcloud charts. You will discover your new favorite song!

It's build on top of Laravel and Vue.js (with Vuex).

NEW: Electron desktop app

cloudradioo

Requirements

  • PHP 5.5.9+
  • Composer
  • Node / NPM for development
  • Soundcloud developer account for the API-Key.

Install

  • Download cloudradioo and cd into /backend.
  • Rename .env.example to .env and set your soundcloud api key for CLIENT_ID.
  • Run composer install.
  • Give /backend/storage recursive write access.
  • Access site over /public.
Development
  • Run npm install in your /client folder.
  • Make sure you have installed webpack globally.
  • Run npm run dev or npm run build.

Misc

There is an default 6-hour cache for access all songs from the charts. Set a Cron for the /all-songs route, so that the cache is always renewed.

ToDo

  • Repeat-Button
  • Buffer-Icon
  • Sort charts by trending or top
  • Safari is crashing

About

cloudradioo is a web app that plays all songs from the soundcloud charts

http://cloudradioo.com

License:MIT License


Languages

Language:PHP 52.0%Language:JavaScript 19.4%Language:CSS 17.2%Language:Vue 10.2%Language:HTML 0.8%Language:ApacheConf 0.5%