Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asyraffff/terminaltube
TerminalTube - Feel YouTube in your terminal 🔥
https://github.com/asyraffff/terminaltube
java youtube
Last synced: about 1 month ago
JSON representation
TerminalTube - Feel YouTube in your terminal 🔥
- Host: GitHub
- URL: https://github.com/asyraffff/terminaltube
- Owner: asyraffff
- Created: 2021-01-11T22:45:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T05:23:57.000Z (almost 4 years ago)
- Last Synced: 2024-10-02T15:41:36.443Z (about 2 months ago)
- Topics: java, youtube
- Language: Java
- Homepage:
- Size: 5.74 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terminal Tube 🔥
## Feel the Youtube app in your Terminal 🚀
### Running the app
#### 1) `Clone the repo`
```
git clone https://github.com/asyraf-labs/Yuu-tube.git
cd Yuu-tube
```
#### 2) `Open your IDE`#### 3) `Add Jar File`
Download all **5 Jar file** from the repo;
✅ activation.jar
✅ javax14.jar
✅ jna-5.6.0.jar
✅ mail.jar
✅ mysql-connector-java-8.0.22.jar
Then, Add Jar file to your **Project Structure** section in IDE.
![Screenshot 2021-01-13 at 18.12.58.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1610532794401/186iqb6aN.png)
#### 4) `Open MySQL Workbenck`
If you don't have MySQL Workbench, you can download it [here](https://dev.mysql.com/downloads/workbench/). (Download based on your OS)
#### 5) `Create Database`
you can copy the SQL Query to create databasi in **database.sql** file.
#### 6) `Run the App`
Make sure to run the app from **Main.java** file 😊.