Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 729 Bytes

File metadata and controls

28 lines (21 loc) · 729 Bytes

LU BUS TRACKER

Initialize with node index.js Creates two cvs files for Packard Express, and Campus Connector

  • pe.csv
  • cc.csv

CSV HEADERS: [FleetNum, Key, Time, TimeStamp, Speed, Direction, Lat, Long, lastStop, currStop, currDate]

`

header: [
    {id: 'fleetnum', title: 'FleetNum'},
    {id: 'key', title: 'Key'},
    {id: 'time', title: 'Time'},
    {id: 'timestamp', title: 'TimeStamp'},
    {id: 'speed', title: 'Speed'},
    {id: 'direction', title: 'direction'},
    {id: 'lat', title: 'Lat'},
    {id: 'long', title: 'Long'},
    {id: 'lastStop', title: 'lastStop'},
    {id: 'currStop', title: 'currStop'},
    {id: 'currDate', title: 'currDate'},
]

`