项目作者: Kalimaha

项目描述 :
Display the elevation profile of different bicycle routes.
高级语言: Shell
项目地址: git://github.com/Kalimaha/lazy-cyclist.git
创建时间: 2016-05-20T23:44:01Z
项目社区:https://github.com/Kalimaha/lazy-cyclist

开源协议:MIT License

下载


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…