Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 672 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 672 Bytes

Build Status

Lazy Cyclist

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/.

The Lazy Cyclist

Architecture

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...