Skip to content

juanmaescudero/radio-player

Repository files navigation

Radio player

This repository contains a utility tool built with React.js and Next.js a radio player. You can just change the json data in /public/mocks to start using your channels.

Radio player

Installation

  1. Clone the repository:

    git clone https://github.com/juanmaescudero/radio-player
    cd radio-player 
    
  2. Install dependencies:

    npm install
    

Usage

  1. Open the project in your preferred code editor.

  2. Run the application:

    npm run dev
    
  3. Access the tool through your web browser by visiting http://localhost:3000

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.