Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethkalmer/ember-cli-here-maps
https://github.com/kennethkalmer/ember-cli-here-maps
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennethkalmer/ember-cli-here-maps
- Owner: kennethkalmer
- License: mit
- Created: 2015-07-15T21:56:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T21:56:24.000Z (over 9 years ago)
- Last Synced: 2024-04-16T05:35:25.310Z (7 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-here-maps
**WORK IN PROGRESS**
This addon provides access to Nokia's [HERE](http://developer.here.com) Maps JavaScript SDK, as well as components for displaying maps.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`## Running
* `ember server`
* Visit your app at http://localhost:4200.## Running Tests
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).