An open source playlist to combine your YouTube and SoundCloud music into one playlist. All in your browser.
https://github.com/Milan-Koelen/community-playlist
There are many great ways to create an amazing playlist. However, nothing as annoying as switching between YouTube and SoundCloud to listen to your favourite tracks. This application makes it possible to combine both YouTube and SoundCloud tracks in one playlist and through its backend will even save them in a folder as mp3 for later use.
section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
How to install the prerequisites before using the software.
- npm
npm install npm@latest -g
git clone https://github.com/milan-koelen/community-radio-backend
- Clone this repo
git clone https://github.com/milan-koelen/community-playlist.git
- Install NPM packages
npm install
- Run the application
npm run start
- Run the back end
cd ../community-radio-backend
npm run start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request