Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huibizhang/thsr-train-displayer
https://github.com/huibizhang/thsr-train-displayer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/huibizhang/thsr-train-displayer
- Owner: huibizhang
- Created: 2022-08-11T15:16:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T03:59:26.000Z (about 1 year ago)
- Last Synced: 2023-11-24T04:28:22.083Z (about 1 year ago)
- Language: JavaScript
- Homepage: thsr-train-displayer.vercel.app
- Size: 150 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 20231124 update
# thsr-train-displayer
## 高鐵站顯示畫面
實作出高鐵站的顯示螢幕,如下圖:
![](./sample.jpg)
可選擇所在車站來改變顯示內容,
會隨時間變化目前即將要抵達的南下/北上各兩輛列車**API:** https://ptx.transportdata.tw/MOTC/v2?urls.primaryName=%E8%BB%8C%E9%81%93V2#/THSR
---
- **template of:** vite + react
- **tailwindcss:** v3.x## Started
```bash
yarn
# or `npm install`
```---
## Develop
```bash
yarn dev
# or `npm run dev`
```---
## Build
```bash
yarn build
# or `npm run build`
```---