임승현

Merge branch 'feature/BoxOffice' into 'feature/BoxOfficeAPI'

Remove API key

Remove API key

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