maxchou415 / ptx-server

Home Page:https://ptx-server.ikewat.now.sh/MOTC/v2/PTX/Web/News?$top=30&$format=JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PTX-server (Open transport data api platform in Taiwan 🇹🇼)

A proxy server for Public Transport Data eXchange

Features:

For more information & guide:

Deploy example:

# With now.sh
$now -e APP_ID="YOUR_APP_ID" -e APP_KEY="YOUR_APP_KEY"

# Without now.sh
$APP_ID="YOUR_APP_ID" APP_KEY="YOUR_APP_KEY" node index.js

# Test
$http "localhost:$PORT/MOTC/v2/Rail/TRA/Station?$top=10&$format=JSON"
$curl "localhost:$PORT/MOTC/v2/Rail/TRA/Station?$top=10&$format=JSON"