Skip to content

gsdv/uiuc-bus-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIUC Bus Tracker

The perfect bus app for University of Illinois students! Look at any bus stop and all the routes. View the map and track buses around campus. Plan trips anywhere in Champaign-Urbana area. Star your favorite bus stops and view ones nearby. Get notified for bus departures.

Thumbnail

Setup

Run

git clone https://github.com/GSDV/uiuc-bus-tracker.git
npm install

to get the code. Sign up for a free MTD API key here. Then add a file named "env.ts" in "src/util/" directory. This is file, write the following:

export const REQ_URL = "https://developer.cumtd.com/api/v2.2/json/";
export const API_KEY = "YOUR API KEY";

Whats going on with routing?

There is an issue with Expo SDK 50 where when one uses "registerRootComponent" to have a custom entry file that is not "app/index.tsx", the parent "_layout.tsx" files are not recognized. To work around this, I have the default entry point but immediately manually load the actual entry screen (All Stops inside Nav).

About

The perfect bus app for University of Illinois students! Look at any bus stop and all their routes. View the map and track buses around campus. Plan trips anywhere in Champaign-Urbana area. Star your favorite bus stops and view ones nearby. Get notified for bus departures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors