/soundload

Desktop application build with React and Electron. A simple soundcloud client for downloading tracks and finding related items.

Primary LanguageJavaScriptMIT LicenseMIT

Soundload (WIP)

Cross platform desktop app. Using electron and React for UI. It's a simple Soundcloud client for searching, downloading tracks and finding related items.The application uses Soundcloud API.

Soundload

Soundload

Install

$ git clone https://github.com/rvpanoz/soundload.git
$ cd soundload
$ npm install

Start & watch

$ npm start

Development

$ npm run build