Skip to content

menghanxing/ionic2-google-maps-js

 
 

Repository files navigation

ionic2-google-maps-js

Google maps with javascript in Ionic 2

1. Install the the latest version of the Ionic CLI:

$ npm install -g ionic

2. Install Cordova

$ npm install -g cordova

3. Clone this repository

$ git clone https://github.com/mayrarodriguez1709/ionic2-google-maps-js

4. Navigate to the ionic2-google-maps-js directory:

$ cd ionic2-google-maps-js

5. Install the dependencies

$ npm install

$ ionic state restore

6. Edit the src/index.html with your API KEY for JAVASCRIPT

you can get one in https://developers.google.com/maps/web/?hl=es

7. Start the app in the browser

$ ionic serve

and ¡Voilá!

About

Google maps with javascript in Ionic 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 37.9%
  • CSS 24.5%
  • TypeScript 21.4%
  • HTML 16.2%