- Youtube-Playlist is a web app that lets any user add Youtube videos to a playlist. Built with AngularJS, NodeJS, ExpressJS, MongoDB, CSS, JavaScript. It was done as a part of IEEE-NITK-WebDev Summer Mentorship. Demo our app here
- Google login.
- Make public or private playlists with YouTube video links.
- Search for Youtube videos add them to your playlist or copy the link and add it manually.
- Play/Shuffle Playlist.
- User Interface.
- Install NodeJS and MongoDB.
- Run
npm install
to download the packages - Start the MongoDB server
npm start
ornode app
- In your browser, type http://localhost:3000/
- The repository is open to contribution from all interested developers.
- Help solve an issue here.
- Fork this project to your Github account.
- Send pull requests with an explanation on what changes are done.
- The repository is under MIT License