New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-simple-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-simple-google-maps

Addon that makes the Google maps API available to an application

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

ember-simple-google-maps

Makes the Google Maps API available to a consuming application by supplying its external script to the Application's index.html.

Once the application starts, the user may interact with the Google maps API as documented.

Customization

Aspects of the Google Maps Installation can be customized, by supplying environment variables to the server process.

  • GOOGLE_MAPS_URL - The URL to the API script. Defaults to https://maps.googleapis.com/maps/api/js.
  • GOOGLE_MAPS_VERSION - The version of the API script. Defaults to 3.22.
  • GOOGLE_MAPS_API_KEY - The Google Maps API Key. Defaults to none, which is OK when running your server on localhost, but will require a key when deploying to a remote server.

Installation

  • git clone <repository-url> this repository
  • cd ember-simple-google-maps
  • npm install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

Keywords

FAQs

Package last updated on 21 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc