{"id":51110007,"url":"https://github.com/SparksTheFolf/trak.tools","last_synced_at":"2026-07-12T23:00:28.058Z","repository":{"id":299517028,"uuid":"1003165353","full_name":"SparksTheFolf/trak.tools","owner":"SparksTheFolf","description":"SaaS application that makes MBTA transit data accessible and easy to explore without the complexity of working directly with GTFS APIs.","archived":false,"fork":false,"pushed_at":"2025-08-13T15:05:31.000Z","size":92,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"Master","last_synced_at":"2026-02-03T14:51:48.984Z","etag":null,"topics":["gtfs","gtfs-feed","gtfs-realtime","open-source"],"latest_commit_sha":null,"homepage":"https://www.Trak.Tools","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SparksTheFolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-16T18:15:23.000Z","updated_at":"2025-08-13T15:00:53.000Z","dependencies_parsed_at":"2025-06-17T00:38:18.921Z","dependency_job_id":null,"html_url":"https://github.com/SparksTheFolf/trak.tools","commit_stats":null,"previous_names":["sparksthefolf/trak.tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SparksTheFolf/trak.tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Ftrak.tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Ftrak.tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Ftrak.tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Ftrak.tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SparksTheFolf","download_url":"https://codeload.github.com/SparksTheFolf/trak.tools/tar.gz/refs/heads/Master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SparksTheFolf%2Ftrak.tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35404819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gtfs","gtfs-feed","gtfs-realtime","open-source"],"created_at":"2026-06-24T17:00:20.961Z","updated_at":"2026-07-12T23:00:28.046Z","avatar_url":"https://github.com/SparksTheFolf.png","language":"Vue","funding_links":[],"categories":["Producing Data"],"sub_categories":["GTFS"],"readme":"# Trak.tools - GTFS Transit Data Explorer\n\nA Vue 3 + Vite application that makes MBTA transit data accessible and easy to explore without the complexity of working directly with GTFS APIs.\n\n## Features\n\n- **Route Explorer**: Browse all MBTA routes with interactive cards\n- **Route Details**: View stops, vehicles, and real-time data for each route\n- **JSON Viewer**: Developer-friendly raw data access with syntax highlighting\n- **Responsive Design**: Mobile-first Bootstrap 5 interface\n- **Real-time Data**: Live vehicle positions and service updates\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 16+ \n- npm or yarn\n\n### Installation\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Set up environment variables:\n   ```bash\n   cp .env.example .env\n   ```\n\n4. Configure your MBTA API key in `.env`:\n   ```\n   VITE_MBTA_API_KEY=your_api_key_here\n   ```\n\n   Get your free API key at: https://api-v3.mbta.com/\n\n### Development\n\n```bash\nnpm run dev\n```\n\n### Build for Production\n\n```bash\nnpm run build\n```\n\n## Environment Variables\n\n- `VITE_APP_ENV`: Set to `DEV` for development, `PROD` for production\n- `VITE_MBTA_API_KEY`: Your MBTA API key (optional but recommended for higher rate limits)\n- `VITE_MBTA_API_BASE_URL`: MBTA API base URL (defaults to https://api-v3.mbta.com)\n\n## API Usage\n\nThe app uses the MBTA V3 API. While an API key is optional, it's recommended to avoid rate limiting:\n\n- Without API key: 20 requests per minute\n- With API key: 1000 requests per minute\n\n## Tech Stack\n\n- **Frontend**: Vue 3 with Composition API\n- **Build Tool**: Vite\n- **UI Framework**: Bootstrap 5\n- **HTTP Client**: Axios\n- **Routing**: Vue Router\n- **Language**: TypeScript\n\n## Project Structure\n\n```\nsrc/\n├── components/          # Reusable Vue components\n├── pages/              # Page components\n├── services/           # API services\n├── style.css          # Global styles\n└── main.ts            # App entry point\n```\n\n## Contributing\n\nThis is an open-source project. Contributions are welcome!\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSparksTheFolf%2Ftrak.tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSparksTheFolf%2Ftrak.tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSparksTheFolf%2Ftrak.tools/lists"}