Skip to content

Youtube API를 활용하는 간단한 동영상 검색 및 재생 서비스

Notifications You must be signed in to change notification settings

2pow4/cadenzah-youtube-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cadenzah-youtube-clone

Index

Features

Youtube API를 활용하는 간단한 동영상 검색 및 재생 서비스

  • 원하는 영상 검색 (/search/:search_keyword)
  • 영상 재생 기능 (/video/:video_ID)

Try it!

이 곳으로 가시면 됩니다.

How to Run

이 프로젝트를 기반으로 구현할 경우, 다음의 순서를 따르면 됩니다.

  1. 소스를 다운로드하고, 저장소 폴더 안으로 들어갑니다.
$ git clone https://github.com/2pow4/cadenzah-youtube-clone.git
$ cd cadenzah-youtube-clone
  1. 의존 라이브러리들을 설치합니다.
// `yarn`을 사용해도 됩니다.
$ npm install
  1. 필요 기능을 구현합니다.
  2. .jsx 코드들을 컴파일합니다.
// 자세한 명령어는 `package.json` 파일을 확인해주세요.
$ npm run build
  1. index.html 파일을 브라우저 상에서 실행합니다.

Tech Stack

Utility Libraries

To be revealed...

About

Youtube API를 활용하는 간단한 동영상 검색 및 재생 서비스

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published