Skip to content

stormont/elm-minimal-jsonp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is the accompanying code example for my post on Medium.

Contained within is a minimal example of using JSONP with Elm 0.19. Just a little bit of Elm with a dash of regular JavaScript.

Install and Run

  1. Download and install Elm 0.19.
  2. Clone this repo.
  3. Run elm make from a terminal at the root of this directory.
  4. When the compile finishes, run elm reactor and open up index.html in your browser.

If you don't want to recompile or run into issues, the compiled versions are already included in this repo; just skip step #3.

References

Kudos to Rogério Chaves for the inspiration and a starting point!

About

Minimal example of using JSONP with Elm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published