Bus tracker
https://nextrip.xn--rck9c.xn--tckwe
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
favicon.ico | 3 years ago | |
index.php | 3 years ago | |
old.php | 3 years ago | |
vars.php.example | 3 years ago |
README.md
NexTrip.ピケ.コム
ミネソタ州ツインシティーズのメトロトランジットのNexTrip停留所情報のシンプルなWebサイトです。
ホスト
- これをインストール:
- PHP (7.3.31を使う)
- PostgreSQL (11.14を使う)
- このリポジトリをクローン、
git clone https://git.xn--rck9c.xn--tckwe/pk11/nextrip.git
vars.php.example
をvars.php
にコピーvars.php
を返照- 以下のテーブルを指定のデータベースに作成:
CREATE TABLE favorites ( fav_id INT GENERATED ALWAYS AS IDENTITY PRIMARY KEY, stop INT, priority INT, description VARCHAR(2048), key VARCHAR(64) );