윤희찬

Update README.md

Showing 1 changed file with 9 additions and 31 deletions
...@@ -82,9 +82,6 @@ ...@@ -82,9 +82,6 @@
82 <!-- ABOUT THE PROJECT --> 82 <!-- ABOUT THE PROJECT -->
83 ## 음식 레시피 정보 제공 서비스 83 ## 음식 레시피 정보 제공 서비스
84 84
85 -[![Product Name Screen Shot][product-screenshot]](https://example.com)
86 -
87 -There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.
88 85
89 86
90 * 음식이름 검색하여 재료 조회 기능 87 * 음식이름 검색하여 재료 조회 기능
...@@ -92,9 +89,7 @@ There are many great README templates available on GitHub; however, I didn't fin ...@@ -92,9 +89,7 @@ There are many great README templates available on GitHub; however, I didn't fin
92 * 요리영상 시청, 추천, 댓글 기능 89 * 요리영상 시청, 추천, 댓글 기능
93 * 관리자 로그인, 관리 기능 90 * 관리자 로그인, 관리 기능
94 * 친구와 레시피 공유 기능(QR 코드,카카오톡 공유) 91 * 친구와 레시피 공유 기능(QR 코드,카카오톡 공유)
95 -Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
96 92
97 -Use the `BLANK_README.md` to get started.
98 93
99 <p align="right">(<a href="#top">back to top</a>)</p> 94 <p align="right">(<a href="#top">back to top</a>)</p>
100 95
...@@ -102,7 +97,6 @@ Use the `BLANK_README.md` to get started. ...@@ -102,7 +97,6 @@ Use the `BLANK_README.md` to get started.
102 97
103 ### Built With 98 ### Built With
104 99
105 -This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
106 100
107 [FRONT-END] 101 [FRONT-END]
108 102
...@@ -121,30 +115,24 @@ This section should list any major frameworks/libraries used to bootstrap your p ...@@ -121,30 +115,24 @@ This section should list any major frameworks/libraries used to bootstrap your p
121 <!-- GETTING STARTED --> 115 <!-- GETTING STARTED -->
122 ## Getting Started 116 ## Getting Started
123 117
124 -This is an example of how you may give instructions on setting up your project locally.
125 -To get a local copy up and running follow these simple example steps.
126 -
127 -### Prerequisites
128 -
129 -This is an example of how to list things you need to use the software and how to install them.
130 -* npm
131 - ```sh
132 - npm install npm@latest -g
133 - ```
134 -
135 ### Installation 118 ### Installation
136 119
137 _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._ 120 _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._
138 121
139 - 122 +1. Get a free API Key at [https://www.edamam.com/](https://www.edamam.com/)
140 -1. Clone the repo 123 +2. Clone the repo
141 ```sh 124 ```sh
142 git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git 125 git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git
143 ``` 126 ```
144 -2. Install NPM packages 127 +3. Install NPM packages
145 ```sh 128 ```sh
146 npm install 129 npm install
147 ``` 130 ```
131 +4. Enter your API in `main/main.js`
132 + ```js
133 + const API_ID = 'ENTER YOUR API';
134 + const API_KEY = 'ENTER YOUR API';
135 + ```
148 136
149 137
150 <p align="right">(<a href="#top">back to top</a>)</p> 138 <p align="right">(<a href="#top">back to top</a>)</p>
...@@ -171,17 +159,7 @@ _For more examples, please refer to the [Documentation](https://example.com)_ ...@@ -171,17 +159,7 @@ _For more examples, please refer to the [Documentation](https://example.com)_
171 - open API를 사용하여 음식 레시피 정보 제공 159 - open API를 사용하여 음식 레시피 정보 제공
172 - youtube API를 사용하여 해당 레시피 요리 영상 제공 160 - youtube API를 사용하여 해당 레시피 요리 영상 제공
173 - AWS 사용 161 - AWS 사용
174 -- Add "components" document to easily copy & paste sections of the readme 162 +
175 -- Multi-language Support
176 -- [x] Add Changelog
177 -- [x] Add back to top links
178 -- Add Additional Templates w/ Examples
179 -- Add "components" document to easily copy & paste sections of the readme
180 -- Multi-language Support
181 - - English
182 - - Spanish
183 -
184 -See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
185 163
186 <p align="right">(<a href="#top">back to top</a>)</p> 164 <p align="right">(<a href="#top">back to top</a>)</p>
187 165
......