An open API service indexing awesome lists of open source software.

https://github.com/markmybytes/lost-in-mtr

港鐵列車車廂位置搜尋器
https://github.com/markmybytes/lost-in-mtr

Last synced: 2 months ago
JSON representation

港鐵列車車廂位置搜尋器

Awesome Lists containing this project

README

          

# lost-in-mtr

[![Tag][tag-shield]][tag-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![License][license-shield]][license-url]





Logo

迷失港鐵


港鐵列車車廂位置搜尋器


Report Bug
·
Request Feature


## 簡介


project screenshot

[迷失港鐵](https://markmybytes.github.io/lost-in-mtr/)是一個車廂位置搜尋工具,透過車廂編號及車門編號來尋找你所在的車卡。

迷失港鐵所利用到的列車編組資料並非來自港鐵官方,因此有可能會出錯或未能尋找新投入服務的列車資訊。

(回到最頂)

### 使用的第三方工具

[](https://icons.getbootstrap.com/)
[](https://svelte.dev/)
[](https://tailwindcss.com/)

(回到最頂)

## 開發

### 所需軟件

- [Node.js 24](https://nodejs.org/en/download/package-manager)

### 安裝 Dependency

```sh
npm install
```

### 常用指令

- Debug run

```sh
npm run dev
```

- Build the site
```sh
npm run build
```

(回到最頂)

## 使用

### 搜尋

在主頁的搜尋器內,輸入目標的車廂編號。

因為同一個車廂編號可能會被分配至多個車卡,吻合的結果可能會多於一個。

image

### 搜尋結果

搜尋結果設有兩種顯示模式。

| 車廂佈局 | 幕門貼紙 |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Layout Mode | PSD Label Mode |

(回到最頂)

[tag-url]: https://github.com/markmybytes/lost-in-mtr/releases
[tag-shield]: https://img.shields.io/github/v/tag/markmybytes/lost-in-mtr?style=for-the-badge&label=LATEST&color=%23B1B1B1
[contributors-shield]: https://img.shields.io/github/contributors/markmybytes/lost-in-mtr.svg?style=for-the-badge
[contributors-url]: https://github.com/markmybytes/lost-in-mtr/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/markmybytes/lost-in-mtr.svg?style=for-the-badge
[forks-url]: https://github.com/markmybytes/lost-in-mtr/network/members
[stars-shield]: https://img.shields.io/github/stars/markmybytes/lost-in-mtr.svg?style=for-the-badge
[stars-url]: https://github.com/markmybytes/lost-in-mtr/stargazers
[issues-shield]: https://img.shields.io/github/issues/markmybytes/lost-in-mtr.svg?style=for-the-badge
[issues-url]: https://github.com/markmybytes/lost-in-mtr/issues
[license-shield]: https://img.shields.io/github/license/markmybytes/lost-in-mtr.svg?style=for-the-badge
[license-url]: https://github.com/markmybytes/lost-in-mtr/blob/master/LICENSE.txt