This project has given up GitHub. (See Software Freedom Conservancy's Give Up GitHub site for details.)
You can now find this project at codeberg.org instead.
Any use of this project's code by GitHub Copilot, past or present, is done without our permission. We do not consent to GitHub's use of this project's code in Copilot.
Join us; you can give up GitHub too!
This is a school project for practice purposes. For professional use, there are alternatives which are more advanced and therefore more suitable. As the information is provided by OpenDataHUB Südtirol we cannot take responsibility for incorrect information. Furthermore, we cannot guarantee the security of the software, as we do not develop it further.
Charge2Go is a prototype for a map with information about charging stations. You can see charging stations in the set area and informations about the individual plugs when clicking on them. (Currently the area is hardcoded to Trentino - South Tyrol, but there is a class with which other Areas can be created and used)
The code is tested with node 14.17.1 and Angular 12.0.4
To install just clone the repository and run npm install with the requirements installed and selected. To run just use ng serve like with every other Angular project.
This project was generated with Angular CLI version 12.0.4.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.