NDULE PLAY
Explore the docs »
Table of Contents
NDULE PLAY is a web streaming application developed at the Kadea Academy as a learning project for the react framework. The project uses the Spotify API to allow users to connect to their Spotify account and stream from the application, which works like a third-party application.
To get a local copy up and running follow these simple example steps.
To run this project on your computer you will need the following tools
-
Create an .env file for the environment variables with the following parameters:
For the development mode, create this variable:
-
REACT_APP_DEV_MODE_REDIRECT_URI = your_localhost_redirect_url
For the production mode you need :
-
REACT_APP_PRO_MODE_REDIRECT_URI = your_online_redirect_url
-
- Clone the repo
git clone https://github.com/sambiss1/ndule-play
- Change directory
cd ndule-play
- Install packages
npm install- Start project
npm run devYou can start working