This project is a Vue.js application for displaying the upcoming departures of Sundbaaten, a local boat service in Norway. The application uses GraphQL to fetch data from an API and displays the next 10 departures.
To set up the project, follow these steps:
- Clone the repository:
git clone https://github.com/jvik/sundbaaten-webapp.git
- Navigate to the project directory:
cd sundbaaten-webapp
- Install the dependencies:
npm install
To run the application, use the following command:
App is currently borked on v17 and above.
npm run serve
The application will be available at http://localhost:8080
.
- Displays the next 10 departures from a specified stop.
- Provides information about each departure, including the departure time.
- Handles loading and error states.
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE
file for details.