For the second challenge, the team will be responsible for developing a web component that will be added to the website (developed by the first challenge team) and shows the nearest parking stations based on the selected POI GPS information. The web component should display a list of parking stations with their respective distances from the selected POI. As a bonus, the team can add functionality to display the nearest e-charging stations and predict parking station availability in x hours. The web component could also include a link to a route plan system.
https://developer.mozilla.org/en-US/docs/Web/API/Web_Components
Windows 10 Pro
Visual Studio Code 1.78.2
Node.js 134.17.6
Visual Code
No authentication used. Public API:
for parameters help:
The component need only need geo pos lon, lat
On git push it will release on
https://webcomponents.opendatahub.testingmachine.eu/
AGPL, see LICENSE.md
Checked on demand with
https://api.reuse.software/projects
This project is REUSE compliant, more information about the usage of REUSE in NOI Techpark repositories can be found here.
Since the CI for this project checks for REUSE compliance you might find it useful to use a pre-commit hook checking for REUSE compliance locally. The pre-commit-config file in the repository root is already configured to check for REUSE compliance with help of the pre-commit tool.
Install the tool by running:
pip install pre-commit
Then install the pre-commit hook via the config file by running:
pre-commit install