Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.04 KB

Soundtube

This application is a simple interface to download musics and playlists from Youtube or Soundcloud with ease.

You fill the input with the link of the music or playlist and click on the download button. The application will download the music and save it in the folder you choose.

Soundtube

Prerequisites

How to run in development mode

# Install deps
$ npm install

# Run the app
$ npm run tauri dev

How to run the app

You can download the application for your distribution inside the releases page.

Recommended IDE Setup