Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.