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
- Host: GitHub
- URL: https://github.com/zoul/elm-currency-converter
- Owner: zoul
- License: mit
- Archived: true
- Created: 2017-11-28T14:17:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T15:58:27.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T00:34:43.538Z (8 months ago)
- Topics: elm, functional-programming
- Language: Elm
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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