Toggle navigation
Toggle navigation
This project
Loading...
Sign in
구희연
/
Food_recipe_info
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
윤희찬
2021-12-09 20:43:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
38c29149a499250b294abbf36a53e813549820e6
38c29149
1 parent
38373e64
Modify README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
29 deletions
README.md
README.md
View file @
38c2914
...
...
@@ -102,12 +102,11 @@
### Installation
_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._
1.
Get a free API Key at
*
[
https://www.edamam.com/
](
https://www.edamam.com/
)
*
[
https://developers.naver.com/products/login/api/api.md
](
https://developers.naver.com/products/login/api/api.md
)
*
[
https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api
](
https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api
)
*
[
https://www.edamam.com/
](
https://www.edamam.com/
)
*
[
https://developers.naver.com/products/login/api/api.md
](
https://developers.naver.com/products/login/api/api.md
)
*
[
https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api
](
https://developers.kakao.com/docs/latest/ko/kakaologin/rest-api
)
2.
Clone the repo
```
git clone http://khuhub.khu.ac.kr/2018102774/Food_recipe_info.git
...
...
@@ -117,31 +116,32 @@ _Below is an example of how you can instruct your audience on installing and set
npm install
```
4.
Enter your API in
1)
`main/main.js`
```
const API_ID = 'ENTER YOUR API';
const API_KEY = 'ENTER YOUR API';
```
2)
`youtube/`
```
let apikey = 'ENTER YOUR API';
```
3) naver
*
`main/main.js`
```
const API_ID = 'ENTER YOUR API';
const API_KEY = 'ENTER YOUR API';
```
*
`youtube/`
```
let apikey = 'ENTER YOUR API';
```
*
naver
`index.js`
```
clientID: 'ENTER YOUR API'
clientSecret: 'ENTER YOUR API'
```
`naver_login/callback.html`
```
naver_id_login( 'ENTER YOUR API', );
```
4)
kakao
```
clientID: 'ENTER YOUR API'
clientSecret: 'ENTER YOUR API'
```
`naver_login/callback.html`
```
naver_id_login( 'ENTER YOUR API', );
```
*
kakao
`index.js`
```
clientID: 'ENTER YOUR API'
```
```
clientID: 'ENTER YOUR API'
```
<p
align=
"right"
>
(
<a
href=
"#top"
>
back to top
</a>
)
</p>
...
...
@@ -151,10 +151,11 @@ _Below is an example of how you can instruct your audience on installing and set
<!-- USAGE EXAMPLES -->
## Usage
-
사이트에 접속하여 상단 카테고리 3개중 1개를 클릭해서 원하시는 나라의 음식영상을 찾아보세요.
*
사이트에 접속하여 상단 카테고리 3개중 1개를 클릭해서 원하시는 나라의 음식영상을 찾아보세요.
<img
src=
"/uploads/43334acd01fda4d1e85c413214eea17a/그림1.png"
>
-영상을 보고 먹고 싶은 음식의 레시피가 궁금하다면 검색해보세요.
*
영상을 보고 먹고 싶은 음식의 레시피가 궁금하다면 검색해보세요.
<img
src=
"/uploads/05b7c7e59dc9838fc9aba354fc94e020/그림2.png"
>
<p
align=
"right"
>
(
<a
href=
"#top"
>
back to top
</a>
)
</p>
...
...
Please
register
or
login
to post a comment