Skip to content

rtfeldman/elm-google-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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