Skip to content

Latest commit

 

History

History
139 lines (95 loc) · 4.33 KB

README.md

File metadata and controls

139 lines (95 loc) · 4.33 KB

Community Playlist

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

Contributors Forks Issues License

Table Of Contents

About The Project

Screen Shot

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.

Built With

section. Here are a few examples.

Getting Started

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.

Prerequisites

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

Installation

  1. Clone this repo
git clone https://github.com/milan-koelen/community-playlist.git
  1. Install NPM packages
npm install
  1. Run the application
npm run start
  1. Run the back end
cd ../community-radio-backend
npm run start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request