Skip to content

Commit

Permalink
weather app markdown modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy-FE committed Mar 18, 2022
1 parent 737ddda commit 395d625
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion weather-app/README.md
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>

0 comments on commit 395d625

Please sign in to comment.