elm-google-maps
elm-google-maps copied to clipboard
Using Google Maps in Elm by way of Polymer
elm-google-maps
Google Maps in Elm 0.18!
Prerequisites
Must have the Elm 0.18 installed already.
$ npm install -g elm-live
$ npm install -g bower
Running the Example
$ git clone [email protected]:rtfeldman/elm-google-maps.git
$ cd elm-google-maps
$ bower install
$ elm-live src/Main.elm --output=app.js --open -- --debug
Credit
This began as a fork of @fredcy's elm-polymer-calendar which in turn
was a direct copy of a gist by Peter Damoc (@pdamoc) and relates to
a discussion on the elm-discuss list