Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Bus Arrival Estimator Serving users of the LA Metro

Notifications You must be signed in to change notification settings

bellvat/YourNextBus

Repository files navigation

YourNextBus

Bus Arrival Estimator Serving users of the LA Metro (currently in development stage)

Utilizing open bus routes and bus data from NextBus API.

Main dependencies:

  • Database: MongoDB
  • Backend Framework: Express
  • Views: Handlebars

Reproducing the web app in your local environment:

  • Clone the repository
  • Install dependencies (npm install)
  • Install mongodb globally
  • Start an instance of mongodb (navigate to /mongo/bin, then $ ./mongod --dbpath )
  • In order to populate the database, navigate to the cloned repository, execute the following: $ node playground/insert-busRoutes-db.js
  • Start the server: $ node server.js
  • Open your browser -> url: http://localhost:3000/home

About

Bus Arrival Estimator Serving users of the LA Metro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published