Skip to content

Ember cli addon to provide a component that uses Google Places API to autocomplete place information when people write their address

License

Notifications You must be signed in to change notification settings

esbanarango/ember-place-autocomplete

Repository files navigation

Ember Place Autocomplete

Download count all time Build Status Ember Observer Score npm version

Autocomplete

Installation

ember install ember-place-autocomplete

Documentation

All documentation can be found in the addon website https://dmuneras.github.io/ember-place-autocomplete/

Running Tests

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