This project is developed using Angular version 14. It allows you to know which astronauts are currently on board the international space station, where the station is located above the Earth on a 2D map (using the Leaflet library), and on a 3D globe (using ThreeJS).
Ce projet est développé avec Angular version 14. Il permet de savoir quels atronautes sont à bord de la station en ce moment, ou se trouve la station au dessus de la terre sur une carte en 2D (library leaflet) et sur un globe en 3D (ThreeJS).
Lien vers le tableau de bord de l'ISS
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application 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.