Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danfalcon225/youtube_2_mp3_converter
HTML, CSS, JS, Express, Node.js - YouTube 2 MP3 Converter Full Stack App
https://github.com/danfalcon225/youtube_2_mp3_converter
ejs express nodejs youtubetomp3
Last synced: about 1 month ago
JSON representation
HTML, CSS, JS, Express, Node.js - YouTube 2 MP3 Converter Full Stack App
- Host: GitHub
- URL: https://github.com/danfalcon225/youtube_2_mp3_converter
- Owner: DanFalcon225
- Created: 2022-06-10T01:49:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T02:25:21.000Z (over 2 years ago)
- Last Synced: 2024-04-22T20:34:18.418Z (9 months ago)
- Topics: ejs, express, nodejs, youtubetomp3
- Language: CSS
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube_2_MP3_converter
HTML, CSS, JS, Express, Node.js - YouTube 2 MP3 Converter Full Stack AppCurrent application enable to convert YouTube video into the mp3 file and then download it.
**Prerequisites**:
1) In order to run application successfully it is needs to be connected to the relevant API.
For this project https://rapidapi.com/ has been used.2) To successfully connect API to the application please create following file: .env
Inside the file create following variables:
API_KEY and API_HOST.3) Into the https://rapidapi.com/ search for "YouTube MP3" API and copy/paste host and key next to the corresponding variables inside the .env file
4) Please note that "node_modules" file has been excluded from the current repository so, please make sure to run following commands in order to install relevant
packages for the application:* npm i express dotenv ejs node-fetch
* npm i nodemode --save-dev
**PS**
1) Nodemon package - enable to change the application without stopping the server
2) Application does not work with videos more than 10 mins