A website where you can convert a youtube video to MP3.
Youtube videolarını MP3'e dönüştürebileceğiniz bir internet sitesi.
Here's how it looks in Heroku : Youtube To MP3 Converter
- NodeJS
- Express
- Node-Fetch
- Dotenv
- git clone https://github.com/mustafahincal/youtubeToMP3Converter.git
- npm install
- Go to https://rapidapi.com/ytjar/api/youtube-mp36 and get your free API key by choosing the freemium subscription plan.
(https://rapidapi.com/ytjar/api/youtube-mp36 adresine gidin ve freemium abonelik planını seçerek ücretsiz API anahtarınızı alın.) - Add a .env file to the project and add the following variables: API_KEY and API_HOST.
(Projeye bir .env dosyası ekleyin ve şu değişkenleri ekleyin: API_KEY ve API_HOST) - npm run dev