Skip to content

Files

Latest commit

author
IshanArya
Jun 24, 2018
179d4ac · Jun 24, 2018

History

History
52 lines (37 loc) · 1.09 KB

README.md

File metadata and controls

52 lines (37 loc) · 1.09 KB

SaavnDL

Tool to download Saavn songs

Download songs for offline listening from Saavn. Only meant for songs you have purchased.

More features to come...

Download

Head over to the releases page to download.

OS Support

  • Windows (x64)
  • Mac (x64)
  • Linux

Features

  • Download music
  • Search for music
  • Download playlists

Issues

Please report issues @ the issues page

Development

To get started just pull the repo and run the following

npm install
npm start

To build the installers / release packages you need to run, you can only build a platforms installer from that platform.

# Windows
npm run package:win

# Mac OS X
npm run package:mac

# Linux
npm run package:linux

Contributing

If you find something wrong (theming issues, app crashes) please report them as an issue.
If you think you can add something cool or fix a problem, fork the repo and make a pull request :D