ShinSeungMin

Remove API key

...@@ -17,7 +17,7 @@ let date = year + month + day-1; ...@@ -17,7 +17,7 @@ let date = year + month + day-1;
17 17
18 //console.log(date); 18 //console.log(date);
19 19
20 -let key = "b70513efc156d7b826bb8dc98ff2f1cf"; 20 +let key = "";
21 let url = "http://kobis.or.kr/kobisopenapi/webservice/rest/boxoffice/searchDailyBoxOfficeList.json?key=" + key + "&targetDt=" + date + "&itemPerPage="; 21 let url = "http://kobis.or.kr/kobisopenapi/webservice/rest/boxoffice/searchDailyBoxOfficeList.json?key=" + key + "&targetDt=" + date + "&itemPerPage=";
22 //let rank = 5 22 //let rank = 5
23 //apiurl = url + date + "&itemPerPage=" +rank-> "출력할 박스오피스 순위(5: 5위 까지, 10 : 10위 까지.../기본, 최대 10)" 23 //apiurl = url + date + "&itemPerPage=" +rank-> "출력할 박스오피스 순위(5: 5위 까지, 10 : 10위 까지.../기본, 최대 10)"
......