oksas / scotch-music

A SoundCloud music player, built in Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scotch Music Player

A SoundCloud music player, built in Electron, alongside Christian Wamba's excellent scotch.io tutorial. The app is generally quite close to what is built in the tutorial, but includes a few minor CSS differences, is built with Webpack rather than Browserify, and is organized a bit differently in terms of file structure. The only difference, feature-wise, between this and the version built in the tutorial is that the progress bar here can be clicked to play from arbitrary points in the song.

As this was built as an exercise in learning the basics of Electron, there are no packaged releases, but you can follow this guide in the Electron documentation to package/release the app if you so choose (it's licensed under UNLICENSE, so what's mine is yours). In its current state, it is very slim on features though and would not really make a suitable music player.

About

A SoundCloud music player, built in Electron


Languages

Language:JavaScript 76.7%Language:CSS 15.8%Language:HTML 7.4%