Skip to content

This app extract schedules for school and industrial extras from the GTFS realtime feed

Notifications You must be signed in to change notification settings

TransitTracker/extras

Repository files navigation

Forks Stargazers Issues MIT License


Logo

Transit Tracker Extras Catcher

A collaborative platform to create a complete static GTFS set of the STM network, including school and industrial trips. Made possible with the help of many contributors.
Launch the app »

Report Bug or Request Feature

Acknowledgements

This project would not be possible without the contributions of: @austinhuang0131

Table of Contents

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You will have to install the following software on your machine.

  • PHP
  • NodeJS and Yarn
  • Composer

Installation

  1. Clone the repo
git clone https://github.com/transittracker/extras.git
  1. Edit the environment variables
  2. Install Composer dependencies
composer install
  1. Install npm packages
yarn install
  1. Generate the front-end UI
yarn dev
  1. Migrate the database
php artisan migrate
  1. Start the queue
php artisan queue:work

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Félix Desjardins - @felixinx

Project Link: https://extras.transittracker.ca

Twitter: https://twitter.com/ttrackerca

About

This app extract schedules for school and industrial extras from the GTFS realtime feed

Topics

Resources

Stars

Watchers

Forks