https://github.com/ntut-xuan/trafficbox
利用當前距離搜尋附近的交通管道(例如:捷運、公車等),以及回饋使用者交通資訊
https://github.com/ntut-xuan/trafficbox
Last synced: 3 months ago
JSON representation
利用當前距離搜尋附近的交通管道(例如:捷運、公車等),以及回饋使用者交通資訊
- Host: GitHub
- URL: https://github.com/ntut-xuan/trafficbox
- Owner: ntut-xuan
- Created: 2022-03-12T18:55:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T19:48:46.000Z (over 3 years ago)
- Last Synced: 2025-02-06T13:48:05.064Z (4 months ago)
- Language: Python
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TrafficBox
TrafficBox 是一款能夠利用當前 GPS 坐標資訊,取得周遭交通資訊整合的 Android APP,適合判斷要乘坐哪種交通,以及在人生地不熟的情況下能夠取得周遭的交通資訊。
## 作者
國立臺北科技大學 資訊工程系 [黃漢軒](https://ntut-xuan.github.io)
## 開發進度
開發進度:`50%`
| 進度 | 完成 | 完成時間 |
| ------------------------------------------------------------ | ------------------ | ---------- |
| 創立專案 | :white_check_mark: | 2022/03/12 |
| 研究 Google Place API | :white_check_mark: | 2022/03/12 |
| 研究出在特定坐標時,能夠取得特定地點的資訊 | :white_check_mark: | 2022/03/12 |
| 過濾特定地點,例如捷運站、公車站等等 | :white_check_mark: | 2022/03/12 |
| 製作出初步的 API | :white_check_mark: | 2022/03/13 |
| 結合捷運站、公車站資訊 | :white_check_mark: | 2022/03/13 |
| 製作出獨立 API,傳入特定坐標,回傳特定坐標附近的交通資訊 | :white_check_mark: | 2022/03/13 |
| 將 API 結合當前的 Station ID 資訊,回傳並對應到當前的公車到站時刻 | | |
| 判斷捷運,利用捷運 API 取得到站時刻 | | |
| 測試、完成 API 實作 | | |
| 撰寫前端框架,獲得當前的 GPS 資訊 | | |
| 利用爬蟲呈現出 raw API 的資訊到當前畫面上 | | |
| 美化框架,能夠呈現給使用者 | | |
| 完成專題實作,製作並思考新的 feature | | |