Skip to content

biscom/shuttle_tracking_2

 
 

Repository files navigation

Shuttle Tracking v2

Remaking the original Shuttle Tracker using Go, Polymer Web Components, and MongoDB.

Development Notes

  1. Clone this repository using git clone https://github.com/wtg/shuttle_tracking_2
  2. Run bower install to install dependencies listed in bower.json
  3. Rename conf.json.sample to conf.json
  4. Edit conf.json with the following:
  • Data Feed: API with tracking information (iTrak in our case)
  • UpdateInterval: Number of seconds between each request to the data feed
  • MongoUrl: Url where MongoDB is located
  • MongoPort: Port where MongoDB is bound (default is 27017)
  1. Run the app using go run main.go in the project root directory
  2. Visit http://localhost:8080/ to view the tracking application and http://localhost:8080/admin to view the admin panel

About

Shuttle tracking refresh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.4%
  • Go 36.8%
  • CSS 0.8%