Showing
2 changed files
with
5 additions
and
2 deletions
1 | ### 오픈소스sw개발 개인 프로젝트 | 1 | ### 오픈소스sw개발 개인 프로젝트 |
2 | ## CHATBOT WITH CRAWLING | 2 | ## CHATBOT WITH CRAWLING |
3 | 3 | ||
4 | -front | ||
5 | -- 뉴스 크롤링 후 이미지 사이자 80*80 인 것을 원본으로 변환할 수 있는 방법은..? | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
4 | +- 뉴스 크롤링 후 이미지 사이즈 80*80 인 것을 원본으로 변환할 수 있는 방법은..? | ||
5 | +- 구글 [Cloud Authentication](https://cloud.google.com/docs/authentication/getting-started?hl=ko) 으로 사용해서 로컬에서 실행시키는데, | ||
6 | +만약 배포를 해야한다면 이 부분은 어떻게 해야할지 ..? | ||
7 | +- 사용자 인증 기능 추가 -> 회원 등록 시 관심가수를 입력받아서 로그인 할 때마다 최신 & 정확 & 소식 을 전달해줌 / 비회원으로도 이용가능_지금과 같이 | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
14 | "dev": "concurrently \"npm run backend\" \"npm run start --prefix client\"" | 14 | "dev": "concurrently \"npm run backend\" \"npm run start --prefix client\"" |
15 | }, | 15 | }, |
16 | "author": "Jaewon Ahn", | 16 | "author": "Jaewon Ahn", |
17 | + "contributors": ["Minjeong Seo"], | ||
17 | "license": "ISC", | 18 | "license": "ISC", |
18 | "dependencies": { | 19 | "dependencies": { |
19 | "actions-on-google": "^2.12.0", | 20 | "actions-on-google": "^2.12.0", | ... | ... |
-
Please register or login to post a comment