Skip to content

MondaleFelix/BayAreaBuses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Bay Area Buses 🚌 🌉

Screen Capture GIF

Description:

Bay Area Buses allows users to estimate their arrival to an entered location. After entering an address, Bay Area Buses displays the optimal bus route and live GPS locations of the buses.

Getting Started

Prerequisites

Installing

  1. Clone this repository (Don't include the $. This symbol indicates that you need to write this command in the commandline in this repository):
$ git clone https://github.com/MondaleFelix/BayAreaBuses.git
  1. Traverse into the this repository:
$ cd /path/to/file/BayAreaBuses/BayAreaBuses
  1. Install Pods
$ pod install
  1. Open the workspace File:
$ open BayAreaBuses.xcworkspace/
  1. Create a Constants.swift file in the Utilites Folder. This file will store your credentials.
let apiKey = [GOOGLE APIKEY]
let busKey = [511 API KEY]
  1. Create a Google Developer Account and retrieve your credientials

Make sure Maps SDK for iOS and Directions API is enabled

  1. Create a 511SFBay Developer Account and retrieve your token

Built With

About

BayAreaBuses displays live GPS locations of buses in SF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published