Skip to content

Commit

Permalink
Add SMART 2024-12 GTFS-ride data
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Jan 6, 2025
1 parent d81fb5d commit f60f1e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/gtfs-ride/smart.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ import Layout from '@theme/Layout';

export default function Smart() {
const gtfsRideData = [
{
startDate: '2024-12-31',
endDate: '2024-12-31',
link: '/gtfs-ride/smart/smart-2024-12-31-2024-12-31.zip',
},
{
startDate: '2024-12-01',
endDate: '2024-12-30',
link: '/gtfs-ride/smart/smart-2024-12-01-2024-12-30.zip',
},
{
startDate: '2024-11-25',
endDate: '2024-11-30',
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit f60f1e6

Please sign in to comment.