Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'},
]

`

About

Node.js app to pull API data about LU buses

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages