Skip to content

bwhittakerb/SwiftGTFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftGTFS

This is a project I made to learn how to write in compiled, type safe languages. I'm sure I've made lots of mistakes.

It's meant to be a library so that other programs can get nearby stop data formatted as an object

You operate it with invocations like:

let stopResults = NearbyBusses.retrieveStops(location: Coordinates(lat: someLatitudeInEdmontonHere, long: someLongitudeInEdmontonHere))

let arrivalsResults = NearbyBusses.retrieveRecentArrivalsByStop(stops: stopResults, arrivalThresholdInHours: 1)

TODOs

  • Return Display Name for stopName rather than the stopID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published