한우준

Update README.md

Showing 1 changed file with 10 additions and 1 deletions
...@@ -57,7 +57,16 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git ...@@ -57,7 +57,16 @@ git clone http://khuhub.khu.ac.kr/2019102240/Straight-Up.git
57 yarn 57 yarn
58 ``` 58 ```
59 59
60 -4. Start the Program 60 +4. Get API key
61 + > KaKao Pose Api key를 획득해 API_KEY에 입력합니다.
62 +[Pose API][poseapilink]
63 +[poseapilink]: https://developers.kakao.com/product/pose
64 +```
65 + // Main.js
66 + const API_KEY = /* your API key */
67 +```
68 +
69 +5. Start the Program
61 > **`npm start`** 입력 후 **localhost:3000**으로 접속합니다. 70 > **`npm start`** 입력 후 **localhost:3000**으로 접속합니다.
62 ``` 71 ```
63 npm start 72 npm start
......