gridsane / channel-hunter

Music player built with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combined playlist of your favorite music sources.

Channel Hunter was created as personal reactjs playground and lack many features for now.

Installation

  1. Clone this repository

  2. npm install

  3. Create .env file with the following content:

    MONGO_URI=mongodb://production_database
    MONGO_URI_TEST=mongodb://testing_database
    YOUTUBE_KEY=youtube_api_key
    
  4. Development: npm run nodemon, production: npm run build && npm start

Run tests

npm test or npm run test_wo_db

Roadmap

  • multiuser support
  • add/search channels
  • more sources
  • favorite tracks

License

MIT

About

Music player built with ReactJS


Languages

Language:JavaScript 89.7%Language:CSS 9.5%Language:HTML 0.8%