Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimminju0831 authored Nov 13, 2023
1 parent be4fb63 commit 071404b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@

5. 이를 json 형태로 처리, 웹 사이트에 동적으로 테이블화 해서 나타냄


| 함수명 | 설명 |
| --- | --- |
| save_train(conn, cursor) | 열차 정보(열차 코드, 종류)를 DB에 저장 |
| save_city_code(conn, cursor) | 도시 코드를 DB에 저장 |
| save_one_station(conn, cursor, city_code, city_name) | city_code에 해당하는 도시의 모든 역을 조회, DB에 저장 |
| save_all_station(conn, cursor) | 모든 도시의 역을 DB에 저장 |
| get_ktx_car_num(conn, cursor) | ktx에 해당하는 열차 코드 배열을 반환 |
| get_schedule(dep, arr, cursor, date, time_str, train_codes) | dep: 출발역, arr: 도착역, date: YYYYMMDD, 조회를 시도하는 날짜, time_str: HHMMSS, 조회의 기준이 되는 시간, train_codes: 열차 종류 배열, dep과 arr 노선, date에 해당하는 모든 time_str 이후 train_codes 열차 조회, 시간 순 정렬 배열 반환. 배열 내부 정보는 dict로 저장 |
</div>
</details>
<br>
Expand Down

0 comments on commit 071404b

Please sign in to comment.