Display the elevation profile of different bicycle routes.
This project show the elevation profiles of different bicycle routes to help
the lazy cyclist pick the easiest one. A live demo is available at http://kalimaha.github.io/lazy-cyclist/.
A two-layers architecture with the front-end developed in Elm and the back-end
with Java (REST services) and Scala (core business logic). There is no real
need for such organization, but I wanted to learn both Scala and Elm, so…