Showing
1 changed file
with
12 additions
and
1 deletions
... | @@ -28,7 +28,18 @@ https://asia.api.riotgames.com/tft/match/v1/matches/ | ... | @@ -28,7 +28,18 @@ https://asia.api.riotgames.com/tft/match/v1/matches/ |
28 | 28 | ||
29 | >버튼이 눌리지 않을경우 버튼 중앙의 살짝 아래 부분 클릭해보기 | 29 | >버튼이 눌리지 않을경우 버튼 중앙의 살짝 아래 부분 클릭해보기 |
30 | 30 | ||
31 | ->console output 이 0 => api 재확인 | 31 | +>console output 이 0 => api 재확인 (본 project는 임시 api 키를 사용) |
32 | + | ||
33 | + | ||
34 | +### 사용법 | ||
35 | + | ||
36 | +1. git clone | ||
37 | +2. cd /TFT_My_Galaxy | ||
38 | +3. api folder의api.js의 apikey 값 수정=> https://developer.riotgames.com/ | ||
39 | +4. npm install | ||
40 | +5. node app.js | ||
41 | + | ||
42 | + | ||
32 | 43 | ||
33 | ```python | 44 | ```python |
34 | 45 | ... | ... |
-
Please register or login to post a comment