UNPKG

restbus

Version:

RESTful JSON API for the NextBus Inc. public XML feed.

8 lines (5 loc) 123 B
var restbus = require('./lib/restbus'); if (process.argv[2] === 'run') { restbus.listen(); } module.exports = restbus;