Departure-Times-by-Stop
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Get predicted departure times by stop id from the 511 API
# Departure Times with 511 API

A pretty basic site for getting the predicted departure times for a bus by stop
id from the 511 API. 

## Server Setup

1. Copy `myConf-template.js` to `myConf.js` and fill it with the required info.
2. Run the server with `node server.js`

## Usage

Go to "/[stopId]" to the server location. E.g. "http://localhost:8080/54321"
will give you the departure times for stop "54321".

---
This was one of my first attempts at using node.js, so I apologize if something
doesn't work and for some messy code. I'll try to update it at some point. 

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。