Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 658 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 658 Bytes

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