## Overview Decode GTFS Realtime and log to console It translates message feeds from the GTFS Realtime format to human readable text and logs it onto the command line interface. ## Preparation ``` npm i ``` # Test ``` DEBUG=debug,gtfs npm run dev ```