Skip to content

Commit 0d068bd

Browse files
authored
Merge pull request #53 from CCExtractor/hotfix
Hotfix
2 parents 7c7a0ce + 468aeb1 commit 0d068bd

File tree

48 files changed

+466
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+466
-302
lines changed

CONTRIBUTING.md

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,33 @@
22

33
<!-- GETTING STARTED -->
44

5-
## Getting Started
5+
# Getting Started
66

77
In order to use the mobile app, you would need the flood backend running on your local machine. There are several ways
88
you can do that and all these approaches can be found at [Flood WIKI](https://github.com/jesec/flood/wiki)
99
The way I set it up was using [qBitTorrent](https://www.qbittorrent.org/) as the torrent client and Flood installed
1010
using the npm distribution
1111

12-
### Steps
12+
## Steps
1313

14+
### Install qBitTorrent
1415
1. Install [qBitTorrent](https://www.qbittorrent.org/)
1516
2. In the preferences, set up the Web UI. You would have to set a new username and password and with everything done,
1617
the qBitTorrent Web UI should be up and running in ```http://localhost:8080/```
1718

18-
<img width="400" alt="Screenshot 2021-05-25 at 1 59 24 PM" src="https://user-images.githubusercontent.com/52864956/119465947-c9cc0300-bd61-11eb-97a4-7889aec00fe9.png">
19+
<p align="center"><img width="400" alt="Screenshot 2021-05-25 at 1 59 24 PM" src="https://user-images.githubusercontent.com/52864956/119465947-c9cc0300-bd61-11eb-97a4-7889aec00fe9.png"></p>
1920

20-
3. Install Flood using ```sudo npm i -g flood```
21-
4. Run flood using ```flood```. After this, flood should be running on ```http://127.0.0.1:3000```
22-
5. Configure the torrent client in the flood web ui by entering the url for qBitTorrent web ui and the username and
23-
pasword.
21+
### Install Flood
2422

25-
<img width="400" alt="Screenshot 2021-05-25 at 2 06 39 PM" src="https://user-images.githubusercontent.com/52864956/119466727-8aea7d00-bd62-11eb-860c-a85398ef3113.png">
23+
1. Install Flood using ```sudo npm i -g flood``` / ```npm i -g flood```
24+
2. Run flood using ```flood``` command. After this, flood should be running on ```http://127.0.0.1:3000```
25+
3. Configure the torrent client in the flood web ui by entering the url for qBitTorrent web ui and the username and password.
2626

27-
### Prerequisites
27+
<p align="center"><img width="400" alt="Screenshot 2021-05-25 at 2 06 39 PM" src="https://raw.githubusercontent.com/KunjKanani/assets/main/Flood-Login-Img.png"></p>
2828

29-
* Flutter
30-
* VSCode / Android Studio
29+
<br />
3130

3231
### Installation
33-
3432
1. Clone the repository from GitHub:
3533

3634
```bash
@@ -68,11 +66,36 @@ pod install --verbose
6866
flutter run
6967
```
7068

69+
### Login into app
70+
___
71+
72+
> NOTE: MAKE SURE YOUR PC/LAPTOP SHOULD BE CONNECTED IN SAME NETWORK.
73+
___
74+
75+
1. Run flood with specific host
76+
1. [Find your network ip](https://en.wikipedia.org/wiki/Ipconfig)
77+
2. Run following command:
78+
```
79+
flood --host your_local_network_ip
80+
Example:- flood --host 192.168.0.105
81+
```
82+
2. Open mobile app fill following login credentials.
83+
1. URL :- http://your_local_network_ip:3000
84+
2. Flood Username
85+
3. Flood Password
86+
87+
<p align="center"><img width="300" alt="Flood App Login Demo Image" src="https://raw.githubusercontent.com/KunjKanani/assets/main/Screenshot_2021-11-11-20-52-46-21_cee4b64e37a5d4be45a41b3aa0b225bb.jpg"></p>
88+
89+
## Prerequisites
90+
91+
* Flutter
92+
* VSCode / Android Studio
93+
7194
## Contributing
7295
7396
1. Fork the Project
7497
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
98+
3. Add all files(`git add .`)
7599
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
76100
4. Push to the Branch (`git push origin feature/AmazingFeature`)
77-
5. Open a Pull Request in the **develop branch**
78-
101+
5. Open a Pull Request in the **develop branch**

assets/images/moon.png

49.8 KB
Loading

assets/images/sun.png

33.9 KB
Loading

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ SPEC CHECKSUMS:
124124

125125
PODFILE CHECKSUM: dbf4946ff5db175341f22037ab5e1978c925cafb
126126

127-
COCOAPODS: 1.10.1
127+
COCOAPODS: 1.10.2
118 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)