Diese Mashup-Applikation verwendet die Google Places und Opendata Transport API. Auf der Seite kann man Zugrouten suchen, indem man ein Abfahrt- und Ankunftsort auswählt. Sobald diese Orte und die Zeit bestimmt wurden, werden Geschäfte, Restaurants und andere Orte in der Umgebung des Abfahrt- und Ankunftsort empfohlen. Die Orte, die bei der Transport API verwendet werden, werden zusätzlich bei der Google Places API mit einem bestimmten Radius verwendet. Um diese Nuxt App lokal laufen zu lassen, wird eine .env Datei mit dem API Key der Places API als env Variable benötigt, da man diesen Key nicht veröffentlichen sollte. Die benötigte .env Variable wird im Auftrag auf Teams vorhanden sein.
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
## yarn
yarn install
## npm
npm install
## pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.