Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdecker-mobilecomputing/ionic_landeshauptstaedte
Ionic-App using AGM for displaying a geographical map with the capital city of the 16 states in Germany.
https://github.com/mdecker-mobilecomputing/ionic_landeshauptstaedte
angular google-maps-api ionic
Last synced: 20 days ago
JSON representation
Ionic-App using AGM for displaying a geographical map with the capital city of the 16 states in Germany.
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_landeshauptstaedte
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2021-05-30T11:59:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T16:30:34.000Z (over 1 year ago)
- Last Synced: 2024-11-09T22:41:13.371Z (3 months ago)
- Topics: angular, google-maps-api, ionic
- Language: TypeScript
- Homepage:
- Size: 2.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ionic app with geographic map #
The app displays a geographic map with the capital cities of the [16 states of Germany](https://en.wikipedia.org/wiki/States_of_Germany).
For displaying of the geographic map the library [Angular Google Maps (AGM)](https://angular-maps.com) is used.
A short video (ca. 45 seconds) showing the app can be found [here](https://youtu.be/AokTkoJKy9k) on YouTube.
----
## Testing the app ##
After cloning the repository, enter the following command to download the required dependencies:
```
npm install --force
```To test the app in the browser, you can enter the following command:
```
ionic serve
```
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License) for the files in this repository.