Skip to content

Commit 10c182e

Browse files
committed
Docs: Update Readme
1 parent aed2bef commit 10c182e

7 files changed

+14
-41
lines changed

README.md

+13-41
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,25 @@
1+
# 낙동 - 낙동강 수온 체크
2+
13
[![Add Data to Firestore](https://github.com/cmsong111/Nakdong_River/actions/workflows/add_data.yaml/badge.svg?event=schedule)](https://github.com/cmsong111/Nakdong_River/actions/workflows/add_data.yaml)
24
[![Add Data to Firestore](https://github.com/cmsong111/Nakdong_River/actions/workflows/build_test.yaml/badge.svg)](https://github.com/cmsong111/Nakdong_River/actions/workflows/build_test.yaml)
35

4-
<img style="
5-
height : 300px;
6-
border-radius: 7px;
7-
-moz-border-radius: 7px;
8-
-khtml-border-radius: 7px;
9-
-webkit-border-radius: 7px;
10-
" src="https://user-images.githubusercontent.com/23499675/188171201-fc124ac6-4e3b-41e4-81c7-d5f636c55df8.png" align="left"/>
11-
12-
<img src="https://user-images.githubusercontent.com/23499675/188191826-8bb00de7-4173-4be4-8bee-01570da46473.JPG" width="50%" />
13-
14-
<a href='https://play.google.com/store/apps/details?id=com.namju.nakdong_river&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img width="30%" alt='다운로드하기 Google Play' src='https://play.google.com/intl/ko/badges/static/images/badges/ko_badge_web_generic.png'/></a>
6+
<img src="./images/AppIcon.png" height=300> <img src="./images/play_store_capture.png" height=300>
157

16-
<br>
17-
<br>
18-
<br>
19-
<br>
20-
<br>
21-
<br>
22-
<br>
8+
<img width="30%" alt='다운로드하기 Google Play' src='https://play.google.com/intl/ko/badges/static/images/badges/ko_badge_web_generic.png'/></a>
239

2410
## ScreenShot
2511

26-
<img src="https://user-images.githubusercontent.com/23499675/188184496-824a7c6e-bf13-40f5-a55d-63de85456693.jpg" width="30%" />&nbsp;&nbsp;<img src="https://user-images.githubusercontent.com/23499675/188184505-8092211e-58aa-4456-89ed-8a206114c05f.jpg" width="30%" />&nbsp;&nbsp; <img src="https://user-images.githubusercontent.com/23499675/188184468-899f3974-6fa8-4632-a717-e62e2b62c50a.jpg" width="30%" />
27-
28-
## How to build APP
29-
30-
- Way 1
31-
1. <a herf="https://www.data.go.kr/tcs/dss/selectApiDataDetailView.do?publicDataPk=15081180">Download from google playstore</a>
32-
- Way 2
33-
34-
1. clone project
35-
```
36-
gh repo clone cmsong111/Nakdong_River
37-
```
38-
2. Publish API Key from data.go.kr
39-
<br><a herf="https://www.data.go.kr/tcs/dss/selectApiDataDetailView.do?publicDataPk=15081180">공공데이터 포털 - 한국수자원공사\_낙동강 하구 염분</a>
12+
| 메인 화면 | 수심 변경 | 위치 변경 |
13+
| :------------------------------: | :-------------------------------: | :--------------------------------------: |
14+
| ![](/images/ScreenShot_main.jpg) | ![](/images/ScreenShot_depth.jpg) | ![](/images/ScreenShot_change_point.jpg) |
4015

41-
3. Create .env file at Nakdong_River/ and wirte your API key
42-
```
43-
ServiceKey = <input Your key>
44-
```
45-
4. typing CLI
46-
```
47-
flutter run -- realese
48-
```
16+
## App Build with
4917

50-
- You can Also build IOS APP
18+
| Framework | How to use |
19+
| :----------------------------------------------------------------------------------------------------------------------- | :---------------------------: |
20+
| <img height="50" src="https://storage.googleapis.com/cms-storage-bucket/847ae81f5430402216fd.svg" style padding="30px"> | 어플리케이션 개발 |
21+
| <img height="70" src="https://firebase.google.com/static/images/brand-guidelines/logo-standard.png?hl=ko"> | 수온 데이터 저장 |
22+
| <img height="70" src="https://icon.icepanel.io/Technology/svg/GitHub-Actions.svg"> GitHub Action | 공공데이터로 부터 데이터 수집 |
5123

5224
# Update note
5325

images/ScreenShot_change_point.jpg

371 KB
Loading

images/ScreenShot_depth.jpg

389 KB
Loading

images/ScreenShot_main.jpg

378 KB
Loading
File renamed without changes.

images/play_store_capture.png

28.4 KB
Loading

rpas/add_data_to_firestore.py

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def upload_data(item: dict):
107107
print("Error: ", e)
108108

109109

110+
# 염분 수질관측소 코드별로 반복문 실행
110111
for key in wtqltObsrvtCd:
111112
print(key, wtqltObsrvtCd[key])
112113

0 commit comments

Comments
 (0)