Skip to content

aarab/ionic-angular-google-maps-example

 
 

Repository files navigation

ionic-angular-google-maps-example

Example of using angular-google-maps in an Ionic app

Example of using angular-google-maps in Ionic, to display data from an API.

View the running app on Heroku

Development

ionic platform add ios
ionic platform add android

ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
ionic plugin add cordova-plugin-geolocation

npm install
bower install

ionic serve
ionic run android
ionic run ios

Continuous Integration

Circle CI

Circle CI is a continuous integration service, which can monitor GitHub for new commits to your repository and execute scripts such as building the app or running tests. Circle is configured using the circle.yml file. You need to sign up for Circle and enable this project, then set up Heroku deployment from Circle. To make this work, you need to create a herokuapp and put the name of that app in circle.yml.

About

Example of using angular-google-maps in Ionic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 94.9%
  • JavaScript 4.0%
  • HTML 1.1%