Combined playlist of your favorite music sources.
Channel Hunter was created as personal reactjs playground and lack many features for now.
-
Clone this repository
-
npm install -
Create
.envfile with the following content:MONGO_URI=mongodb://production_database MONGO_URI_TEST=mongodb://testing_database YOUTUBE_KEY=youtube_api_key -
Development:
npm run nodemon, production:npm run build && npm start
npm test or npm run test_wo_db
- multiuser support
- add/search channels
- more sources
- favorite tracks
MIT