This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues/pull-requests.
AriaNg/README.md

43 lines
1.7 KiB
Markdown
Raw Normal View History

2016-05-13 17:57:42 +02:00
# AriaNg
2016-07-06 16:44:39 +02:00
## Introduction
A Better Frontend for [aria2](https://github.com/aria2/aria2) (a cross-platform download utility). AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you can open it in your browser. By using responsive layout, you can open it on any desktop or mobile devices.
2016-06-04 09:55:18 +02:00
## Features
2016-07-06 16:44:39 +02:00
1. Pure Html & Javascript, no runtime required
2. Responsive design, supporting desktop and mobile devices
3. User-friendly interface
* Sort tasks (name, size, progress, remain time, download speed, etc.), files, peers
* Search tasks
* Adjust download order by dragging task
* More information of tasks (health percentage, torrent creation time, etc.)
* Filter files of tasks in file types (videos, audios, pictures, documents, applications, archives, etc.)
* Download/upload speed chart
* Full support of aria2 settings
4. Download finished notification
2016-06-04 09:55:18 +02:00
4. Multi-languages support
2016-07-06 16:44:39 +02:00
5. Less bandwidth usage, only requesting incremental data
2016-06-05 08:02:36 +02:00
2016-07-03 13:20:26 +02:00
## Screenshots
2016-07-06 16:44:39 +02:00
#### Desktop
![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg/gh-pages/screenshots/desktop.png)
2016-07-04 17:41:30 +02:00
#### Mobile Device
![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg/gh-pages/screenshots/mobile.png)
2016-07-03 13:20:26 +02:00
2016-07-03 15:12:48 +02:00
## Build
2016-07-06 16:44:39 +02:00
Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](https://bower.io/) installed.
2016-07-03 15:12:48 +02:00
$ npm install
$ bower install
2016-07-04 17:41:30 +02:00
$ gulp clean build
2016-07-03 15:12:48 +02:00
The builds will be placed in the dist directory.
2016-06-05 08:02:36 +02:00
## Demo
Please visit http://ariang.mayswind.net
2016-07-03 13:20:26 +02:00
## Download
2016-07-06 16:44:39 +02:00
Latest release: https://github.com/mayswind/AriaNg/releases
## License
[MIT](https://github.com/mayswind/AriaNg/blob/master/LICENSE)