change links

This commit is contained in:
Vichingo455 2025-06-01 12:14:23 +02:00
parent e8e4c29769
commit a8bbb6cfdd
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Start Romagna Live Bus
Start Romagna Live Bus Website
## How to use
1. Download and run the [API](https://github.com/emmev-code/start-livebus-api)
2. Modify [js/script.js](https://github.com/emmev-code/start-livebus/blob/main/js/script.js) ``API_ADDRESS_PLACEHOLDER`` with your API address (example: ``http://localhost:3001/``)
1. Download and run the [API](https://git.vichingo455.freeddns.org/emmev-code/start-livebus-api)
2. Modify [js/script.js](https://git.vichingo455.freeddns.org/emmev-code/start-livebus/src/branch/main/js/script.js) ``API_ADDRESS_PLACEHOLDER`` with your API address (example: ``http://localhost:3001/``)
3. Open the index.html page
## Rights and credits

View File

@ -22,7 +22,7 @@
<div id="data-container"><p style="text-align: center;">Caricamento in corso, attendere prego...</p></div>
<p style="text-align: center;">Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - <a href="https://github.com/emmev-code/start-livebus" target="_blank">Codice Sorgente</a></p>
<p style="text-align: center;">Copyright (C) 2025 ER-TPL Team - <a href="https://ertpl.pages.dev" target="_blank">ertpl.pages.dev</a> - <a href="https://git.vichingo455.freeddns.org/emmev-code/start-livebus" target="_blank">Codice Sorgente</a></p>
<p style="text-align: center;">Start Romagna, Start e il logo Start Romagna sono marchi registrati e protetti da copyright da Start Romagna SpA. Vengono usati in questa pagina solo per reference.</p>
<script src="js/script.js"></script>
</body>