Skip to content

maxchou415/ptx-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%