Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 262 Bytes

HTTP GET with Elm

Small example app, which uses public GitHub API to List user repositories by username.

Building the example

$ elm make Main.elm

or alternatively

$ elm reactor