Yousuf-Basir / node-youtube-converter

Test implementation of youtube to mp3 convertion using node js hosted on heroku
3 stars 0 forks source link

youtube to mp3 convertion using node js hosted on heroku

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/gourabxz/node-youtube-converter.git # or clone your own fork
$ cd node-js-getting-started
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku