(Draft name)
Application that allows multi-threaded downloading of files from most popular file trackers. Its runs in background, can be accessed via browser. Consider this app as simplified web-based jdownloader. Written in TypeScript uses React & Redux as client-side and Socket.Io for communication.
Only tools you will need to run are nodejs and git.
git clone https://github.com/Kuchasz/smart-downloader.git
npm install
node node_modules/.bin/typings install
npm run compile-server
npm run compile-client
npm run start-server
npm run start-client