docs(readme): screenshots

This commit is contained in:
Alexey Kasyanchuk 2018-03-18 23:45:22 +03:00
parent c101659660
commit 9e00d0ff69
4 changed files with 27 additions and 21 deletions

View File

@ -7,6 +7,7 @@
[![Travis Build Status](https://travis-ci.org/DEgITx/rats-search.svg?branch=master)](https://travis-ci.org/DEgITx/rats-search)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Release](https://img.shields.io/github/release/DEgITx/rats-search.svg)](https://github.com/DEgITx/rats-search/releases)
[![Documentation](https://img.shields.io/badge/docs-faq-brightgreen.svg)](https://github.com/DEgITx/rats-search/blob/master/docs/MANUAL.md)
BitTorrent search program for desktop and web. Collect and navigate over base of torrents statistic, categories, and give easy access to it. Work over p2p network and support Windows, Linux, Mac OS platforms.
@ -29,5 +30,10 @@ We are welcome any contributing: bug fixes, improvements, code refactoring and o
* [English](docs/USAGE.md)
* [Russian](docs/USAGE.RU.md)
## Screenshots
![Main Window](docs/img/screen_1.png)
![Torrent Details](docs/img/screen_2.png)
## License
[MIT](https://github.com/DEgiTx/rats-search/blob/master/LICENSE)

BIN
docs/img/screen_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 658 KiB

BIN
docs/img/screen_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 432 KiB

42
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "rats-search",
"version": "0.13.0",
"version": "0.14.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2540,8 +2540,8 @@
"once": "1.4.0",
"random-iterate": "1.0.1",
"randombytes": "2.0.6",
"run-parallel": "1.1.7",
"run-series": "1.1.4",
"run-parallel": "1.1.8",
"run-series": "1.1.6",
"safe-buffer": "5.1.1",
"simple-get": "2.7.0",
"simple-peer": "9.0.0",
@ -4015,7 +4015,7 @@
"once": "1.4.0",
"piece-length": "1.0.0",
"readable-stream": "2.3.5",
"run-parallel": "1.1.7",
"run-parallel": "1.1.8",
"simple-sha1": "2.1.0",
"xtend": "4.0.1"
},
@ -5589,7 +5589,7 @@
"random-access-file": "1.8.1",
"randombytes": "2.0.6",
"rimraf": "2.6.2",
"run-parallel": "1.1.7",
"run-parallel": "1.1.8",
"thunky": "1.0.2"
}
},
@ -10665,19 +10665,19 @@
}
},
"run-parallel": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.7.tgz",
"integrity": "sha512-nB641a6enJOh0fdsFHR9SiVCiOlAyjMplImDdjV3kWCzJZw9rwzvGwmpGuPmfX//Yxblh0pkzPcFcxA81iwmxA=="
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.8.tgz",
"integrity": "sha512-e5t1NVhr5VWmD9V9U4KjjSGkf5w6CcTPgw11A3CfIvkkQxlAKzX3usPUp1NUQTmpOOjU+f9QRICU3tMbKwn9ZQ=="
},
"run-parallel-limit": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/run-parallel-limit/-/run-parallel-limit-1.0.3.tgz",
"integrity": "sha1-bDkwzHwLR9Na50IBCfZgqt4kAeM="
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/run-parallel-limit/-/run-parallel-limit-1.0.4.tgz",
"integrity": "sha512-zpNZCoIA+x0fWw2tiD15lrGecycMbao/n4uBER53pcW5GB9TUEu4pZxd5CTgXLBh2MwI0E4nhRv7xymfo592vA=="
},
"run-series": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.4.tgz",
"integrity": "sha1-iac93F51ye+KtjIMChYA1qQRebk="
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.6.tgz",
"integrity": "sha512-QRWA6On05041DuB1l0YSA2n3o+92QlNZYk57PB+Zqp+HSnUekIDeiWxcWG4wftIWRAGmIUIyZ2PP8rPTO+t5sw=="
},
"rusha": {
"version": "0.8.13",
@ -11512,9 +11512,9 @@
}
},
"stream-with-known-length-to-buffer": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/stream-with-known-length-to-buffer/-/stream-with-known-length-to-buffer-1.0.0.tgz",
"integrity": "sha1-fmFTQRW1w2CGOQ6116jGNhSVEfU=",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/stream-with-known-length-to-buffer/-/stream-with-known-length-to-buffer-1.0.1.tgz",
"integrity": "sha512-rlVUS1N6SVCfluLIUuQcCIcxvOUjLx5plFGp2937buLBtajF8/LtP0RmdbRGSoPMJ1HSTZKKG2y5uTS8+Mn/Dg==",
"requires": {
"once": "1.4.0"
}
@ -11896,7 +11896,7 @@
"bittorrent-tracker": "9.7.0",
"debug": "3.1.0",
"inherits": "2.0.3",
"run-parallel": "1.1.7",
"run-parallel": "1.1.8",
"xtend": "4.0.1"
},
"dependencies": {
@ -12996,8 +12996,8 @@
"range-parser": "1.2.0",
"readable-stream": "2.3.5",
"render-media": "2.12.0",
"run-parallel": "1.1.7",
"run-parallel-limit": "1.0.3",
"run-parallel": "1.1.8",
"run-parallel-limit": "1.0.4",
"safe-buffer": "5.1.1",
"simple-concat": "1.0.0",
"simple-get": "2.7.0",
@ -13006,7 +13006,7 @@
"speedometer": "1.0.0",
"stream-to-blob": "1.0.0",
"stream-to-blob-url": "2.1.0",
"stream-with-known-length-to-buffer": "1.0.0",
"stream-with-known-length-to-buffer": "1.0.1",
"torrent-discovery": "8.4.0",
"torrent-piece": "1.1.1",
"uniq": "1.0.1",