A progressive web app for tracking buses & ferries in Auckland.
- Install dependencies:
npm install
- Compiles and hot-reloads for development:
npm run serve
- Compiles and minifies for production:
npm run build
- Lints and fixes files:
npm run lint
- Run your end-to-end tests:
npm run test:e2e
- Run your unit tests:
npm run test:unit
For customize configuration, see Configuration Reference.
Remember to set up EditorConfig for your preferred editor.
- VUE_APP_MAPBOX_ACCESS_TOKEN
- VUE_APP_AUCKLAND_TRANSPORT_API_KEY
- NETLIFY_AUTH_TOKEN
- NETLIFY_SITE_ID
For local development, copy .env.template
as .env.local
and add the environment variable values there.
- ATLabs
- Auckland GTFS Feed
- Auckland Transport Developer Portal
- GTFS Best Practices
- GTFS Examples
- GTFS Realtime Reference
- GTFS Static Reference
- Google Cloud Functions for the Project
- Mapbox GL JS API Reference
- TRAVIC - Transit Visualization Client
- Turf.js - Advanced geospatial analysis for browsers and Node.js