Cross platform Soundcloud's Music Player desktop APP for Windows/ Linux /Mac OS using Electron and reactJS
Code Tutorial : https://scotch.io/tutorials/build-a-music-player-with-react-electron-i-setup-basic-concepts
Made using React Music API and ReactJs and packaged with electronJs for converting to APP.
For Installation
sh
npm install electron --save-dev --save-exact
npm start
npm install electron-packager -g
and then run
electron-packager .
to package the app, It will detect the OS and make File accordingly.