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"