윤희찬

Modify README.md

Showing 1 changed file with 11 additions and 10 deletions
...@@ -102,12 +102,11 @@ ...@@ -102,12 +102,11 @@
102 102
103 ### Installation 103 ### Installation
104 104
105 -_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
106 105
107 1. Get a free API Key at 106 1. Get a free API Key at
108 -* [https://www.edamam.com/](https://www.edamam.com/) 107 + * [https://www.edamam.com/](https://www.edamam.com/)
109 -* [https://developers.naver.com/products/login/api/api.md](https://developers.naver.com/products/login/api/api.md) 108 + * [https://developers.naver.com/products/login/api/api.md](https://developers.naver.com/products/login/api/api.md)
110 -* [https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api](https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api) 109 + * [https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api](https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api)
111 2. Clone the repo 110 2. Clone the repo
112 ``` 111 ```
113 git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git 112 git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git
...@@ -117,16 +116,17 @@ _Below is an example of how you can instruct your audience on installing and set ...@@ -117,16 +116,17 @@ _Below is an example of how you can instruct your audience on installing and set
117 npm install 116 npm install
118 ``` 117 ```
119 4. Enter your API in 118 4. Enter your API in
120 - 1) `main/main.js` 119 +
120 + * `main/main.js`
121 ``` 121 ```
122 const API_ID = 'ENTER YOUR API'; 122 const API_ID = 'ENTER YOUR API';
123 const API_KEY = 'ENTER YOUR API'; 123 const API_KEY = 'ENTER YOUR API';
124 ``` 124 ```
125 - 2) `youtube/` 125 + * `youtube/`
126 ``` 126 ```
127 let apikey = 'ENTER YOUR API'; 127 let apikey = 'ENTER YOUR API';
128 ``` 128 ```
129 - 3) naver 129 + * naver
130 `index.js` 130 `index.js`
131 ``` 131 ```
132 clientID: 'ENTER YOUR API' 132 clientID: 'ENTER YOUR API'
...@@ -137,7 +137,7 @@ _Below is an example of how you can instruct your audience on installing and set ...@@ -137,7 +137,7 @@ _Below is an example of how you can instruct your audience on installing and set
137 ``` 137 ```
138 naver_id_login( 'ENTER YOUR API', ); 138 naver_id_login( 'ENTER YOUR API', );
139 ``` 139 ```
140 - 4) kakao 140 + * kakao
141 `index.js` 141 `index.js`
142 ``` 142 ```
143 clientID: 'ENTER YOUR API' 143 clientID: 'ENTER YOUR API'
...@@ -151,10 +151,11 @@ _Below is an example of how you can instruct your audience on installing and set ...@@ -151,10 +151,11 @@ _Below is an example of how you can instruct your audience on installing and set
151 <!-- USAGE EXAMPLES --> 151 <!-- USAGE EXAMPLES -->
152 ## Usage 152 ## Usage
153 153
154 --사이트에 접속하여 상단 카테고리 3개중 1개를 클릭해서 원하시는 나라의 음식영상을 찾아보세요. 154 +* 사이트에 접속하여 상단 카테고리 3개중 1개를 클릭해서 원하시는 나라의 음식영상을 찾아보세요.
155 <img src="/uploads/43334acd01fda4d1e85c413214eea17a/그림1.png"> 155 <img src="/uploads/43334acd01fda4d1e85c413214eea17a/그림1.png">
156 156
157 --영상을 보고 먹고 싶은 음식의 레시피가 궁금하다면 검색해보세요. 157 +
158 +* 영상을 보고 먹고 싶은 음식의 레시피가 궁금하다면 검색해보세요.
158 <img src="/uploads/05b7c7e59dc9838fc9aba354fc94e020/그림2.png"> 159 <img src="/uploads/05b7c7e59dc9838fc9aba354fc94e020/그림2.png">
159 160
160 <p align="right">(<a href="#top">back to top</a>)</p> 161 <p align="right">(<a href="#top">back to top</a>)</p>
......