Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 912 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 912 Bytes

Smart Downloader

(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.

Requirements

Only tools you will need to run are nodejs and git.

HowTo

Compile and run

1. Clone repository

git clone https://github.com/Kuchasz/smart-downloader.git

2. Install packages

npm install
node node_modules/.bin/typings install

3. Compile TypeScript

npm run compile-server
npm run compile-client

4. Run server app and client host

npm run start-server
npm run start-client