forked from Billy-FE/fastcampus-30-projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,18 @@ | ||
# Weather App | ||
|
||
npm install 한후 package.json에 입력된 scripts를 참고하여 dev server를 실행하거나 build 하면 됩니다. | ||
|
||
완성코드에는 openweather map api key가 없습니다. 본인의 api key를 입력하셔야 합니다. | ||
완성코드에는 openweather map api key가 없습니다. 본인의 API key를 입력하셔야 합니다. | ||
|
||
|
||
# 주의사항 | ||
<span style="color:red">API KEY는 front코드에서 가지고 있거나, github 업로드 하게 되면 외부인에게 탈취될수 있습니다!!</span> | ||
<br> | ||
<br> | ||
<span style="color:red">현 프로젝트에서 사용되는 API KEY는 강의 목적으로 무료 plan의 사용하고 있어서 문제 될일이 없겠지만, </span> | ||
<br> | ||
<br> | ||
<span style="color:red">추후 유료 plan의 API KEY 사용시 외부인에게 탈취되면 문제가 될수 있습니다. </span> | ||
<br> | ||
<br> | ||
<span style="color:red">이 경우 API KEY를 저장하는 방법을 따로 고민하셔야 합니다!!!</span> |