- 步驟1:使用 'python server.py' 設置或運行服務器。
- 步驟2:使用API功能,如 'get_water_levels'、'get_tide_predictions' 或 'get_station_info'。
- 步驟3:提供所需參數,如 'station_id'、'begin_date'、'end_date',以及對於基準和時區的可選設置。
- 步驟4:從您的應用程序或測試環境中發出API請求。
- 步驟5:接收結構化數據,包括水位、潮汐預測或用於分析或顯示的站點詳細信息。