This project is backend implementation with node js to get youtube playlist length This project is inspired by this website https://ytplaylist-len.sharats.dev
- Open your terminal or command prompt.
- Navigate to the directory where you want to clone the repository.
- Run the following command:
git clone https://github.com/ahmed-m-abdelfatah/ytplaylist-len.git
- Navigate to the project directory using the terminal or command prompt.
- Run the following command to install the project dependencies:
npm install
- Edit the following lines in the
.env
file:
PORT = YOUR_DATA
GOOGLE_API_KEY = YOUR_DATA
- Replace
GOOGLE_API_KEY
with your own YouTube API key. You can get a key by following the instructions in the YouTube Data API documentation.
- Run the following command in the terminal or command prompt to start the application:
npm start
- Open your web browser and navigate to
http://localhost:3000
.
That's it! You should now be able to use the "ytplaylist-len" application.