프로젝트 연습> OTT 클론 코딩
moveweb-afe1b.web.app API - 유튜브 ,tmbd, tunefind ,vibe*영화 ost api가 없어서 선택한 tunefind. (주소랑 데이터랑 연경 시키기)앞 페이지에서 표지를 클릭하면 영어로 등록된 네임이 로컬에 저장, 다음페이지에서 로컬에서 꺼내서, 리플레이스로 주소에 맞게 설정. 연동됨.onst updateTuneFindURL = (title) => { const formattedTitle = title .toLowerCase() .replace(/[^a-z0-9]+/g, '-') .replace(/(^-|-$)/g, ''); ..