Google Maps in Elm 0.18!
Must have the Elm 0.18 installed already.
$ npm install -g elm-live
$ npm install -g bower
$ 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
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