An open API service indexing awesome lists of open source software.

https://github.com/zoul/elm-currency-converter

Trivial currency conversion apps showcasing the Elm architecture
https://github.com/zoul/elm-currency-converter

elm functional-programming

Last synced: 7 months ago
JSON representation

Trivial currency conversion apps showcasing the Elm architecture

Awesome Lists containing this project

README

          

A set of simple Elm examples to explain the Elm architecture.

| Example | Description | Live Link |
|---|---|---|
| [Trivial.elm](Trivial.elm) | Barebones example |
| [Converter1.elm](Converter1.elm) | Currency conversion, fixed rate |
| [Converter2.elm](Converter2.elm) | Currency conversion, rate downloaded and parsed from JSON | Not available, HTTP GET doesn’t work in Ellie